diff options
-rw-r--r-- | docs/progGuideDB/language.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/progGuideDB/language.xml b/docs/progGuideDB/language.xml index 709b5c764..77c09a58d 100644 --- a/docs/progGuideDB/language.xml +++ b/docs/progGuideDB/language.xml @@ -370,7 +370,7 @@ pointcut ioHandler(): within(MyClass) && handler(IOException); </term> <listitem> <para> - <literal>cflow(void Test.main())</literal> + <literal>cflow(call(void Test.main()))</literal> </para> </listitem> </varlistentry> |