diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-08-03 16:29:44 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-08-03 16:29:44 (GMT) |
commit | a606bdd949a4d6d126cd9d3425f65c23e345b62e (patch) | |
tree | 71d4f2d10311e74d8bae119dfd86edaf7b744b63 | |
parent | f573274a6f92074a2e31ba35662b2b42c4e9e034 (diff) | |
parent | 7c349632d6748f06497da47316043ecd2e1e5246 (diff) | |
download | Doxygen-a606bdd949a4d6d126cd9d3425f65c23e345b62e.zip Doxygen-a606bdd949a4d6d126cd9d3425f65c23e345b62e.tar.gz Doxygen-a606bdd949a4d6d126cd9d3425f65c23e345b62e.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r-- | src/config.xml | 2 |
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. |