summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-09-15 09:56:55 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-09-15 09:56:55 (GMT)
commita5d92dd49950dfddf739fd8808c0101965539a17 (patch)
tree30df4f5d7a4473f9fb6c48e5c7ebdcbd5b2c6749 /doc/commands.doc
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
downloadDoxygen-a5d92dd49950dfddf739fd8808c0101965539a17.zip
Doxygen-a5d92dd49950dfddf739fd8808c0101965539a17.tar.gz
Doxygen-a5d92dd49950dfddf739fd8808c0101965539a17.tar.bz2
Bug 164073 - There should be a dummy tag that Doxygen ignores
Introduced the `\noop` command to ignore text till end of the line.
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 59bf874..5147426 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -1411,6 +1411,13 @@ contains \c TEST, or \c DEV
then the \c \\details command is not needed.
<hr>
+\section cmdnoop \\noop ( text to be ignored )
+
+ \addindex \\noop
+ All the text, including the command, till the end of the line is ignored.
+ The command will most commonly be used in combination with \ref cfg_aliases "ALIASES"
+ to ignore not supported commands that are present for e.g. other processing tools.
+<hr>
\section cmdelse \\else
\addindex \\else