summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-04 12:07:53 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-04 12:07:53 (GMT)
commit0dd59398b3f62288897c8c3405977a27a94fbfee (patch)
tree233682549d60a88b9c4dd8b7c58bd01e3504d716 /doc/commands.doc
parent6f0269ef3074bbc4bc16ad63a0e0a8f9b5f0ce31 (diff)
downloadDoxygen-0dd59398b3f62288897c8c3405977a27a94fbfee.zip
Doxygen-0dd59398b3f62288897c8c3405977a27a94fbfee.tar.gz
Doxygen-0dd59398b3f62288897c8c3405977a27a94fbfee.tar.bz2
Bug 734099 - Add support for non-parsed language
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 5743832..9175856 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2356,6 +2356,20 @@ Commands for visual enhancements
\endcode
\endverbatim
+ If the contents of the code block are in a language that doxygen cannot parse, doxygen
+ will just show the output as-is. You can make this explicit using .unparsed, or by
+ giving some other extension that doxygen doesn't support, e.g.
+
+\verbatim
+ \code{.unparsed}
+ Show this as-is please
+ \endcode
+
+ \code{.sh}
+ echo "This is a shell script"
+ \endcode
+\endverbatim
+
\sa section \ref cmdendcode "\\endcode" and section \ref cmdverbatim "\\verbatim".
<hr>