diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-04-22 09:48:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 09:48:05 (GMT) |
commit | 64c77849cbc15b8bfb14bf5dd9ebab9e0d64453f (patch) | |
tree | a2b7fe529c729547995e7280008f51759bad6097 /doc/arch.doc | |
parent | 03b86f1ec081b9a4562707bc584b3cd8afefff9b (diff) | |
parent | ec0e5078b3a9db1f24079257287f7aee9e721093 (diff) | |
download | Doxygen-64c77849cbc15b8bfb14bf5dd9ebab9e0d64453f.zip Doxygen-64c77849cbc15b8bfb14bf5dd9ebab9e0d64453f.tar.gz Doxygen-64c77849cbc15b8bfb14bf5dd9ebab9e0d64453f.tar.bz2 |
Merge pull request #678 from albert-github/feature/bug_docu_2
Small documentation corrections
Diffstat (limited to 'doc/arch.doc')
-rw-r--r-- | doc/arch.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arch.doc b/doc/arch.doc index 03c87b9..13d2cd1 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. |