diff options
author | albert-github <albert.tests@gmail.com> | 2018-02-26 19:13:54 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-02-26 19:13:54 (GMT) |
commit | f1148cc406d6e1eefd146f35e766b62bd376cdc3 (patch) | |
tree | 9a0d487f00470a9d4f9a34b87bf22f9467fd0aa1 /doc/faq.doc | |
parent | b6f01ff09b17e5c2288f2418ef0a8f074456c357 (diff) | |
download | Doxygen-f1148cc406d6e1eefd146f35e766b62bd376cdc3.zip Doxygen-f1148cc406d6e1eefd146f35e766b62bd376cdc3.tar.gz Doxygen-f1148cc406d6e1eefd146f35e766b62bd376cdc3.tar.bz2 |
Correction in title of FAQ
Removed <code> </code> from title of FAQ as this text is shown literal and this is not the intention.
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index bbad8c0..08d0783 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. |