diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:39:36 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:39:36 (GMT) |
commit | 74cc4d70240d09e10c9da94c0537670fc287a85e (patch) | |
tree | 46bbaf2d590cf1e2edf1bc86a8d7000a2012dc0d /doc/faq.doc | |
parent | 5576fbf6d0a8baa16fa65a37a172543397ee950a (diff) | |
download | Doxygen-74cc4d70240d09e10c9da94c0537670fc287a85e.zip Doxygen-74cc4d70240d09e10c9da94c0537670fc287a85e.tar.gz Doxygen-74cc4d70240d09e10c9da94c0537670fc287a85e.tar.bz2 |
mods for doxygen-0.49-991117
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index 3d936fe..123671f 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -56,6 +56,25 @@ as <code>PREPROCESSING = YES</code>. Look at section \ref preprocessing for the answer. +<li><b>How can I change what's after the <code>#include</code> in class documentation?</b> + +You can document your class like + +\verbatim +/*! \class MyClassName include.h path/include.h + * + * Docs for MyClassName + */ +\endverbatim + +To make doxygen put <br><br> +<code> +#include <path/include.h> +</code> + +in the documentation of the class MyClassName regardless of the name of the actual +header file in which the definition of MyClassName is contained. + </ol> */ |