summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-02-26 12:19:36 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-02-26 12:19:36 (GMT)
commit17c8c0ee8c0dd06938f3b85db6361de24c1bbe58 (patch)
tree1d001306f94336cf82dc8c1b35b9a08c271260be /doc/arch.doc
parentb6f01ff09b17e5c2288f2418ef0a8f074456c357 (diff)
downloadDoxygen-17c8c0ee8c0dd06938f3b85db6361de24c1bbe58.zip
Doxygen-17c8c0ee8c0dd06938f3b85db6361de24c1bbe58.tar.gz
Doxygen-17c8c0ee8c0dd06938f3b85db6361de24c1bbe58.tar.bz2
Documentation corrections
Corrected the way files are displaced (should be in "code mode")
Diffstat (limited to 'doc/arch.doc')
-rw-r--r--doc/arch.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arch.doc b/doc/arch.doc
index e5fbbdc..337f4dd 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -139,8 +139,8 @@ strings and executes the commands it finds in it (this is the second pass
in parsing the documentation). It writes the result directly to the output
generators.
-The parser is written in C++ and can be found in src/docparser.cpp. The
-tokens that are eaten by the parser come from src/doctokenizer.l.
+The parser is written in C++ and can be found in \c src/docparser.cpp. The
+tokens that are eaten by the parser come from \c src/doctokenizer.l.
Code fragments found in the comment blocks are passed on to the source parser.
The main entry point for the documentation parser is \c validatingParseDoc()