diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-01-29 11:51:21 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-01-29 11:51:21 (GMT) |
commit | c00ba20bdfa987c9554d4068fc9ccf1a45fe28f8 (patch) | |
tree | 5d48c44b9a2f19b38592c2cb51a919ebd456c8fb /doc/faq.doc | |
parent | 2b2cf3ee82f7d5433780d6ade2504700c32c84fc (diff) | |
download | Doxygen-c00ba20bdfa987c9554d4068fc9ccf1a45fe28f8.zip Doxygen-c00ba20bdfa987c9554d4068fc9ccf1a45fe28f8.tar.gz Doxygen-c00ba20bdfa987c9554d4068fc9ccf1a45fe28f8.tar.bz2 |
Release-1.4.1-20050129
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index c7d84e3..98fe635 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -63,7 +63,7 @@ PREDEFINED = MY_MACRO()= </ol> <li><b>When I set EXTRACT_ALL to NO none of my functions are shown in the - documentation.</b></li> + documentation.</b> In order for global functions, variables, enums, typedefs, and defines to be documented you should document the file in which these commands are @@ -78,7 +78,6 @@ For member functions or functions that are part of a namespace you should document either the class or namespace. <li><b>How can I make doxygen ignore some code fragment?</b> -<p> The new and easiest way is to add one comment block with a \ref cmdcond "\\cond" command at the start and one comment block |