summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-04-20 13:52:24 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-04-20 13:52:24 (GMT)
commit790000b90944646702ddd3a183ec166669c18f51 (patch)
tree4b2fcab02eb66f69a11d7e7245af5ece3fb3bc57 /src/config.xml
parent6dae72421aa759624212773983cb7e17c60100f8 (diff)
downloadDoxygen-790000b90944646702ddd3a183ec166669c18f51.zip
Doxygen-790000b90944646702ddd3a183ec166669c18f51.tar.gz
Doxygen-790000b90944646702ddd3a183ec166669c18f51.tar.bz2
Bug 172072 - $title doesn't work in LateX header
In case $title is used in the latex header or footer it is now replaced with the empty string (it was left inside, resulting in non translatable LaTeX code), the documentation has been updated too. See also: Bug 668004 - LATEX_HEADER should share common information with HTML_HEADER Bug 401327 - LATEX_HEADER: $title does not get expanded
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/config.xml b/src/config.xml
index c832112..349c41c 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2506,11 +2506,10 @@ EXTRA_PACKAGES=times
The following commands have a special meaning inside the header:
<code>\$title</code>, <code>\$datetime</code>, <code>\$date</code>,
<code>\$doxygenversion</code>, <code>\$projectname</code>,
- <code>\$projectnumber</code>.
- Doxygen will replace them by respectively
- the title of the page, the current date and time, only the current date,
- the version number of doxygen, the project name (see \ref cfg_project_name "PROJECT_NAME"), or the
- project number (see \ref cfg_project_number "PROJECT_NUMBER").
+ <code>\$projectnumber</code>, <code>\$projectbrief</code>,
+ <code>\$projectlogo</code>.
+ Doxygen will replace <code>\$title</code> with the empy string, for the replacement values of the
+ other commands the user is refered to \ref cfg_html_header "HTML_HEADER".
]]>
</docs>
</option>
@@ -2521,6 +2520,9 @@ EXTRA_PACKAGES=times
the generated \f$\mbox{\LaTeX}\f$ document. The footer should contain everything after
the last chapter. If it is left blank doxygen will generate a
standard footer.
+ See \ref cfg_latex_header "LATEX_HEADER" for more information on
+ how to generate a default footer and what special commands can be
+ used inside the footer.
<br>Note: Only use a user-defined footer if you know what you are doing!
]]>