summaryrefslogtreecommitdiffstats
path: root/src/configgen.py
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-04-13 13:58:49 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-04-13 13:58:49 (GMT)
commit21e1979a40202230a9df783470484aa6ee1199da (patch)
tree2250e91a9c294d1853bb104dc20ad326d9f72bea /src/configgen.py
parente9185650216f3c3fa97759caf67ee79db66cb5e1 (diff)
downloadDoxygen-21e1979a40202230a9df783470484aa6ee1199da.zip
Doxygen-21e1979a40202230a9df783470484aa6ee1199da.tar.gz
Doxygen-21e1979a40202230a9df783470484aa6ee1199da.tar.bz2
Some documentation improvements
Some small documentation improvements.
Diffstat (limited to 'src/configgen.py')
-rwxr-xr-xsrc/configgen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configgen.py b/src/configgen.py
index 0d18e84..d762675 100755
--- a/src/configgen.py
+++ b/src/configgen.py
@@ -56,8 +56,11 @@ def transformDocs(doc):
doc = re.sub('\\\\ref +doxygen_usage', '"Doxygen usage"', doc)
doc = re.sub('\\\\ref +extsearch', '"External Indexing and Searching"',
doc)
+ doc = re.sub('\\\\ref +layout', '"Changing the layout of pages"', doc)
doc = re.sub('\\\\ref +external', '"Linking to external documentation"',
doc)
+ doc = re.sub('\\\\ref +doxygen_finetune', '"Fine-tuning the output"',
+ doc)
doc = re.sub('\\\\ref +formulas', '"Including formulas"', doc)
# fallback for not handled
doc = re.sub('\\\\ref', '', doc)