summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-02 19:01:44 (GMT)
committerGitHub <noreply@github.com>2021-01-02 19:01:44 (GMT)
commitbdbd349ab64047d025adcede0ba5843b76d95c0c (patch)
treebf34561cddbcd216dc18ad6f94bed42dffcdfdb2
parent98434b24bacacd03a11b5688db780e04ee720b5e (diff)
parent7598b054b3bad6a7bf0cd3e3b4dd568d695b4510 (diff)
downloadDoxygen-bdbd349ab64047d025adcede0ba5843b76d95c0c.zip
Doxygen-bdbd349ab64047d025adcede0ba5843b76d95c0c.tar.gz
Doxygen-bdbd349ab64047d025adcede0ba5843b76d95c0c.tar.bz2
Merge pull request #8299 from albert-github/feature/bug_549093
bug_549093 Regular HTML comments are removed.
-rw-r--r--doc/htmlcmds.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index edc14d9..524233c 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -390,6 +390,7 @@ comments can be used:
\verbatim
/*! <!-- This is a comment with a comment block --> Visible text */
\endverbatim
+The part `<!-- ... -->` will not be shown in the main documentation.
\htmlonly