summaryrefslogtreecommitdiffstats
path: root/doc/faq.doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-12-26 15:59:17 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-12-26 15:59:17 (GMT)
commit11adf0849f31d1bfcca9fe95ab76aa4eb92df03e (patch)
tree629c4681a5158d26512b815623754b33165d8d23 /doc/faq.doc
parent1a68946cfa3e3ee749a683fdabc93e6b5311adeb (diff)
downloadDoxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.zip
Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.tar.gz
Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.tar.bz2
Release-1.8.3
Diffstat (limited to 'doc/faq.doc')
-rw-r--r--doc/faq.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.doc b/doc/faq.doc
index cc8a9a4..0475aa7 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -80,7 +80,7 @@ document either the class or namespace.
<li><b>How can I make doxygen ignore some code fragment?</b>
The new and easiest way is to add one comment block
-with a \ref cmdcond "\\cond" or \ref cmdcondnot "\\condnot" command at the start and one comment block
+with a \ref cmdcond "\\cond" command at the start and one comment block
with a \ref cmdendcond "\\endcond" command at the end of the piece of
code that should be ignored. This should be within the same file of course.