summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-21 17:52:23 (GMT)
committerGitHub <noreply@github.com>2019-05-21 17:52:23 (GMT)
commit5c9d812083af06c9e683c9ff2e32f5839066863c (patch)
tree7ff5bacf7b93c6c6e37d164534784470481bcae7 /src/config.xml
parentebefc53b60276e38270fe19251045b46b285e23d (diff)
parentfaafe83a69d2f3c27daca0974c9a063bdb81ecdc (diff)
downloadDoxygen-5c9d812083af06c9e683c9ff2e32f5839066863c.zip
Doxygen-5c9d812083af06c9e683c9ff2e32f5839066863c.tar.gz
Doxygen-5c9d812083af06c9e683c9ff2e32f5839066863c.tar.bz2
Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-style-comment-blocks-with-a-doxyfile-variable
Allow Javadoc-style comment blocks with a Doxyfile variable
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml11
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[