summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-03 11:29:41 (GMT)
committerGitHub <noreply@github.com>2019-08-03 11:29:41 (GMT)
commit7c349632d6748f06497da47316043ecd2e1e5246 (patch)
treeb93598140823034f0046ce8506db2c7d763fd91d
parentc2ef54d7056574cf7d25d313680c82563fc3bb65 (diff)
parenta697caadf1912d0d74faa208f4cff887523c2e30 (diff)
downloadDoxygen-7c349632d6748f06497da47316043ecd2e1e5246.zip
Doxygen-7c349632d6748f06497da47316043ecd2e1e5246.tar.gz
Doxygen-7c349632d6748f06497da47316043ecd2e1e5246.tar.bz2
Merge pull request #7158 from albert-github/feature/bug_reached_end
warning: Reached end of file while still inside a (nested) comment.
-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.