summaryrefslogtreecommitdiffstats
path: root/src/configgen.py
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-04-30 17:56:17 (GMT)
committerGitHub <noreply@github.com>2021-04-30 17:56:17 (GMT)
commitc9426698163a80a06fa30dba2357c7888f6eb11e (patch)
treea3761ab543a1bb25b93c87e51e5376fa8ad8e4af /src/configgen.py
parent44d55811919cca36ba0709d805fd5b1478fdf4ea (diff)
parent21e1979a40202230a9df783470484aa6ee1199da (diff)
downloadDoxygen-c9426698163a80a06fa30dba2357c7888f6eb11e.zip
Doxygen-c9426698163a80a06fa30dba2357c7888f6eb11e.tar.gz
Doxygen-c9426698163a80a06fa30dba2357c7888f6eb11e.tar.bz2
Merge pull request #8501 from albert-github/feature/bug_docu_improv
Some 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 d3b9137..5c4c39a 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)