summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-02 18:21:11 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-02 18:21:11 (GMT)
commita697caadf1912d0d74faa208f4cff887523c2e30 (patch)
treedf283b09664d72e8a42a217beadb2fad1d7d5321
parent2a8d6b0107f79829fc4507d0629b3027ff605d52 (diff)
downloadDoxygen-a697caadf1912d0d74faa208f4cff887523c2e30.zip
Doxygen-a697caadf1912d0d74faa208f4cff887523c2e30.tar.gz
Doxygen-a697caadf1912d0d74faa208f4cff887523c2e30.tar.bz2
warning: Reached end of file while still inside a (nested) comment.
see to it that the JAVA_BANNER comment is not seen as new start of comment, but is shown as verbatim comment (works for doxygen documentation, Doxyfile and doxywizard).
-rw-r--r--src/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index 8e19d67..966072f 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -482,7 +482,7 @@ Go to the <a href="commands.html">next</a> section or return to the
<docs>
<![CDATA[
If the \c JAVADOC_BANNER tag is set to \c YES then doxygen
- will interpret a line such as "/***************" as being the
+ will interpret a line such as \verbatim /***************\endverbatim 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.