diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-03-17 20:13:31 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-03-17 20:13:31 (GMT) |
commit | ca3fb0a6df32b732c6b390b937f3ada001cb1e7a (patch) | |
tree | f846ab2e854c959c8e76153065efd17e01d7a02b /doc | |
parent | ecbd3e379768b13e0a62013faca341cd8c3022c7 (diff) | |
download | Doxygen-ca3fb0a6df32b732c6b390b937f3ada001cb1e7a.zip Doxygen-ca3fb0a6df32b732c6b390b937f3ada001cb1e7a.tar.gz Doxygen-ca3fb0a6df32b732c6b390b937f3ada001cb1e7a.tar.bz2 |
Release-1.2.14-20020317
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 15 | ||||
-rw-r--r-- | doc/language.doc | 6 |
2 files changed, 18 insertions, 3 deletions
diff --git a/doc/config.doc b/doc/config.doc index d36dfc5..3b36cd5 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -143,9 +143,11 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_internal_docs INTERNAL_DOCS <li> \refitem cfg_javadoc_autobrief JAVADOC_AUTOBRIEF <li> \refitem cfg_latex_batchmode LATEX_BATCHMODE +<li> \refitem cfg_latex_cmd_name LATEX_CMD_NAME <li> \refitem cfg_latex_header LATEX_HEADER <li> \refitem cfg_latex_output LATEX_OUTPUT <li> \refitem cfg_macro_expansion MACRO_EXPANSION +<li> \refitem cfg_makeindex_cmd_name MAKEINDEX_CMD_NAME <li> \refitem cfg_man_extension MAN_EXTENSION <li> \refitem cfg_man_links MAN_LINKS <li> \refitem cfg_man_output MAN_OUTPUT @@ -904,6 +906,19 @@ followed by the descriptions of the tags grouped by category. If a relative path is entered the value of \c OUTPUT_DIRECTORY will be put in front of it. If left blank `latex' will be used as the default path. +\anchor cfg_latex_cmd_name +<dt>\c LATEX_CMD_NAME <dd> + \addindex LATEX_CMD_NAME + The \c LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be invoked. + If left blank `latex' will be used as the default command name. + +\anchor cfg_makeindex_cmd_name +<dt>\c MAKEINDEX_CMD_NAME <dd> + \addindex MAKEINDEX_CMD_NAME + The MAKEINDEX_CMD_NAME tag can be used to specify the command name to + generate index for LaTeX. If left blank `makeindex' will be used as the + default command name. + \anchor cfg_compact_latex <dt>\c COMPACT_LATEX <dd> \addindex COMPACT_LATEX diff --git a/doc/language.doc b/doc/language.doc index 4b3bcca..f028fdb 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -25,7 +25,7 @@ Doxygen has built-in support for multiple languages. This means that the text fragments that doxygen generates can be produced in languages other than English (the default) at configuration time. -Currently (version 1.2.14-20020224), 25 languages +Currently (version 1.2.14-20020310), 25 languages are supported (sorted alphabetically): Brazilian Portuguese, Chinese, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, @@ -162,7 +162,7 @@ when the translator was updated. <TD>Romanian</TD> <TD>Alexandru Iosup</TD> <TD>aiosup@NOSPAM.yahoo.com</TD> - <TD>1.2.1</TD> + <TD>up-to-date</TD> </TR> <TR BGCOLOR="#ffffff"> <TD>Russian</TD> @@ -251,7 +251,7 @@ when the translator was updated. \hline Portuguese & Rui Godinho Lopes & {\tt ruiglopes@yahoo.com} & up-to-date \\ \hline - Romanian & Alexandru Iosup & {\tt aiosup@yahoo.com} & 1.2.1 \\ + Romanian & Alexandru Iosup & {\tt aiosup@yahoo.com} & up-to-date \\ \hline Russian & Alexandr Chelpanov & {\tt cav@cryptopro.ru} & up-to-date \\ \hline |