summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml28
1 files changed, 17 insertions, 11 deletions
diff --git a/src/config.xml b/src/config.xml
index 83a3701..9d6e144 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -35,11 +35,11 @@ documentation generated by doxygen is written. Doxygen will use this
information to generate all constant output in the proper language.
The default language is English, other supported languages are:
Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
-Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek,
-Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages),
-Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish,
-Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene,
-Spanish, Swedish, and Ukrainian.
+Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
+Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
+messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
+Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
+Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
'>
<value name='Afrikaans'/>
<value name='Arabic'/>
@@ -52,6 +52,8 @@ Spanish, Swedish, and Ukrainian.
<value name='Danish'/>
<value name='Dutch'/>
<value name='English'/>
+ <value name='Esperanto'/>
+ <value name='Farsi'/>
<value name='Finnish'/>
<value name='French'/>
<value name='German'/>
@@ -63,7 +65,7 @@ Spanish, Swedish, and Ukrainian.
<value name='Korean'/>
<value name='Korean-en'/>
<value name='Norwegian'/>
- <value name='Farsi'/>
+ <value name='Macedonian'/>
<value name='Persian'/>
<value name='Polish'/>
<value name='Portuguese'/>
@@ -74,7 +76,9 @@ Spanish, Swedish, and Ukrainian.
<value name='Slovene'/>
<value name='Spanish'/>
<value name='Swedish'/>
+ <value name='Turkish'/>
<value name='Ukrainian'/>
+ <value name='Vietnamese'/>
</option>
<option type='bool' id='BRIEF_MEMBER_DESC' docs='
If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
@@ -437,11 +441,6 @@ The appearance of the initializer of individual variables and defines in the
documentation can be controlled using \showinitializer or \hideinitializer
command in the documentation regardless of this setting.
' minval='0' maxval='10000' defval='30'/>
- <option type='bool' id='SHOW_USED_FILES' docs='
-Set the SHOW_USED_FILES tag to NO to disable the list of files generated
-at the bottom of the documentation of classes and structs. If set to YES the
-list will mention the files that were used to generate the documentation.
-' defval='1'/>
<option type='bool' id='SHOW_DIRECTORIES' docs='
If the sources in your project are distributed over multiple directories
then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
@@ -976,6 +975,12 @@ If LATEX_HIDE_INDICES is set to YES then doxygen will not
include the index chapters (such as File Index, Compound Index, etc.)
in the output.
' defval='0' depends='GENERATE_LATEX'/>
+ <option type='bool' id='LATEX_SOURCE_CODE' docs='
+If LATEX_SOURCE_CODE is set to YES then doxygen will include
+source code with syntax highlighting in the LaTeX output.
+Note that which sources are shown also depends on other settings
+such as SOURCE_BROWSER.
+' defval='0' depends='GENERATE_LATEX'/>
</group>
<group name='RTF' docs='configuration options related to the RTF output'>
<option type='bool' id='GENERATE_RTF' docs='
@@ -1367,6 +1372,7 @@ the various graphs.
The SEARCHENGINE tag specifies whether or not a search engine should be
used. If set to NO the values of all tags below this one will be ignored.
' defval='0'/>
+ <option type='obsolete' id='SHOW_USED_FILES'/>
<option type='obsolete' id='USE_WINDOWS_ENCODING'/>
<option type='obsolete' id='DETAILS_AT_TOP'/>
<option type='obsolete' id='QTHELP_FILE'/>