summaryrefslogtreecommitdiffstats
path: root/doc/faq.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq.doc')
-rw-r--r--doc/faq.doc9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/faq.doc b/doc/faq.doc
index 08ea8d0..0817742 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -68,7 +68,7 @@ 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>
+<li><b>How can I change what's after the <code>\#include</code> in the class documentation?</b>
You can document your class like
@@ -162,6 +162,13 @@ Simply put an exclude pattern like this in the configuration file:
EXCLUDE_PATTERNS = */test/*
\endverbatim
+<li><b>Doxygen automatically generates a link to the
+ class MyClass somewhere in the running text.
+ How do I prevent that at a certain place?</b>
+
+Put a \% in front of the class name. Like this: \%MyClass. Doxygen will then
+remove the % and keep the word unlinked.
+
</ol>
\htmlonly