summaryrefslogtreecommitdiffstats
path: root/src/doxygen.md
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-08-08 17:23:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-08-08 17:23:30 (GMT)
commit83fc120e5575446b1161e9ffb8168d55c423f7ac (patch)
treec7ee1c92a317eb218ca8f10b71c6ef9ac8188a3d /src/doxygen.md
parente25977561907befe17844665942a4f7a6e96d321 (diff)
downloadDoxygen-83fc120e5575446b1161e9ffb8168d55c423f7ac.zip
Doxygen-83fc120e5575446b1161e9ffb8168d55c423f7ac.tar.gz
Doxygen-83fc120e5575446b1161e9ffb8168d55c423f7ac.tar.bz2
Minor changes to the way the code for config options is generated (thanks to Albert for the patch)
Diffstat (limited to 'src/doxygen.md')
-rw-r--r--src/doxygen.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doxygen.md b/src/doxygen.md
index 7941149..ee87e71 100644
--- a/src/doxygen.md
+++ b/src/doxygen.md
@@ -24,7 +24,9 @@ The format of the configuration file (options and types) is defined
by the file `config.xml`. As part of the build process,
the python script `configgen.py` will create a file configoptions.cpp
from this, which serves as the input for the configuration file parser
-that is invoked using Config::parse()
+that is invoked using Config::parse(). The script `configgen.py` will also
+create the documentation for the configuration items, creating the file
+`config.doc`.
Gathering Input files
---------------------