diff options
author | albert-github <albert.tests@gmail.com> | 2021-01-02 14:45:52 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-01-02 14:45:52 (GMT) |
commit | 7598b054b3bad6a7bf0cd3e3b4dd568d695b4510 (patch) | |
tree | 44efadd1b8fe0390fc60225f47eb1dce8bd63c1b | |
parent | 75e96744145e9e21f28691e6d0c9b16523050356 (diff) | |
download | Doxygen-7598b054b3bad6a7bf0cd3e3b4dd568d695b4510.zip Doxygen-7598b054b3bad6a7bf0cd3e3b4dd568d695b4510.tar.gz Doxygen-7598b054b3bad6a7bf0cd3e3b4dd568d695b4510.tar.bz2 |
bug_549093 Regular HTML comments are removed.
Shall extra explanation in the documentation.
-rw-r--r-- | doc/htmlcmds.doc | 1 |
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 |