summaryrefslogtreecommitdiffstats
path: root/doc/faq.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-11-14 19:44:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-11-14 19:44:16 (GMT)
commit05930245579c006f2b5bfca53e0a1976d682f9b8 (patch)
tree181f9ebfd0706ecca5898b169bffa8bc4f5486cc /doc/faq.doc
parent62d6edc6d0b299e93384e678748b635eb1bfe9b9 (diff)
downloadDoxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.zip
Doxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.tar.gz
Doxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.tar.bz2
Release-1.3.9.1-20041114
Diffstat (limited to 'doc/faq.doc')
-rw-r--r--doc/faq.doc13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/faq.doc b/doc/faq.doc
index fb8bb0b..8cd217d 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -79,7 +79,13 @@ document either the class or namespace.
<li><b>How can I make doxygen ignore some code fragment?</b>
<p>
-You can use Doxygen's preprocessor for this:
+
+The new and easiest way is to add 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.
+
+But you can also use Doxygen's preprocessor for this:
If you put
\verbatim
#ifndef DOXYGEN_SHOULD_SKIP_THIS
@@ -97,7 +103,10 @@ as <code>PREPROCESSING = YES</code>.
<li><b>How can I change what is after the <code>\#include</code> in the class documentation?</b>
-You can document your class like
+In most cases you can use STRIP_FROM_INC_PATH to strip a user defined
+part of a path.
+
+You can also document your class as follows
\verbatim
/*! \class MyClassName include.h path/include.h