diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 8bb6add..69b4464 100644 --- a/src/config.xml +++ b/src/config.xml @@ -343,6 +343,19 @@ Go to the <a href="commands.html">next</a> section or return to the <value name='Ukrainian'/> <value name='Vietnamese'/> </option> + <option type='enum' id='OUTPUT_TEXT_DIRECTION' defval='None'> + <docs> +<![CDATA[ + The \c OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all + documentation generated by doxygen is written. Doxygen will use this + information to generate all generated output in the proper direction. +]]> + </docs> + <value name='None'/> + <value name='LTR'/> + <value name='RTL'/> + <value name='Context'/> + </option> <option type='bool' id='BRIEF_MEMBER_DESC' defval='1'> <docs> <![CDATA[ |