diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 0b26571..0bf34a8 100644 --- a/src/config.xml +++ b/src/config.xml @@ -478,6 +478,17 @@ Go to the <a href="commands.html">next</a> section or return to the ]]> </docs> </option> + <option type='bool' id='JAVADOC_BANNER' defval='0'> + <docs> +<![CDATA[ + If the \c JAVADOC_BANNER tag is set to \c YES then doxygen + will interpret a line such as "/***************" as being the + beginning of a Javadoc-style comment "banner". If set to \c NO, the + Javadoc-style will behave just like regular comments and it will + not be interpreted by doxygen. +]]> + </docs> + </option> <option type='bool' id='QT_AUTOBRIEF' defval='0'> <docs> <![CDATA[ |