summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-03-06 15:58:30 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-03-06 15:58:30 (GMT)
commitec0e5078b3a9db1f24079257287f7aee9e721093 (patch)
treebc42d7e4750150de143ef334bdfc2af969b6981b /doc/arch.doc
parentfd2e30508f50c2fe84d3619eaa1575545a25b1d3 (diff)
downloadDoxygen-ec0e5078b3a9db1f24079257287f7aee9e721093.zip
Doxygen-ec0e5078b3a9db1f24079257287f7aee9e721093.tar.gz
Doxygen-ec0e5078b3a9db1f24079257287f7aee9e721093.tar.bz2
Small documentation corrections
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..4032c66 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -41,14 +41,14 @@ available through the global functions \c Config_getXXX(), where \c XXX is the
type of the option. The argument of these function is a string naming
the option as it appears in the configuration file. For instance:
\c Config_getBool("GENERATE_TESTLIST") returns a reference to a boolean
-value that is \c TRUE if the test list was enabled in the config file.
+value that is \c TRUE if the test list was enabled in the configuration file.
The function \c readConfiguration() in \c src/doxygen.cpp
reads the command line options and then calls the configuration parser.
<h3>C Preprocessor</h3>
-The input files mentioned in the config file are (by default) fed to the
+The input files mentioned in the configuration file are (by default) fed to the
C Preprocessor (after being piped through a user defined filter if available).
The way the preprocessor works differs somewhat from a standard C Preprocessor.