summaryrefslogtreecommitdiffstats
path: root/doc/faq.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-04-22 09:22:24 (GMT)
committerGitHub <noreply@github.com>2018-04-22 09:22:24 (GMT)
commit32068852efb6cb767efd5a09e0b02eda2f3dfae8 (patch)
tree680d5624e2a85601d35c4b8f0882723a49666fed /doc/faq.doc
parentc05e44e22afd7d281b7ee8a9f66c68f31131a563 (diff)
parentf1148cc406d6e1eefd146f35e766b62bd376cdc3 (diff)
downloadDoxygen-32068852efb6cb767efd5a09e0b02eda2f3dfae8.zip
Doxygen-32068852efb6cb767efd5a09e0b02eda2f3dfae8.tar.gz
Doxygen-32068852efb6cb767efd5a09e0b02eda2f3dfae8.tar.bz2
Merge pull request #668 from albert-github/feature/bug_docu_faq
Correction in title of FAQ
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 61d516b..50dd7b1 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -113,7 +113,7 @@ around the blocks that should be hidden and put:
in the config file then all blocks should be skipped by doxygen as long
as \ref cfg_enable_preprocessing "ENABLE_PREPROCESSING" is set to `YES`.
-\section faq_code_inc How can I change what is after the <code>\#include</code> in the class documentation?
+\section faq_code_inc How can I change what is after the \#include in the class documentation?
In most cases you can use \ref cfg_strip_from_inc_path "STRIP_FROM_INC_PATH"
to strip a user defined part of a path.