summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-05 18:41:08 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-05 18:41:08 (GMT)
commitb0aefcbb03ae490420b88f22d2514ec32b047256 (patch)
tree6b7210532e069fb56f3364098cb18a7b0b5790a6 /src/config.xml
parent4eb709ff749a27de25a3143f52c0d61eaf3743e2 (diff)
downloadDoxygen-b0aefcbb03ae490420b88f22d2514ec32b047256.zip
Doxygen-b0aefcbb03ae490420b88f22d2514ec32b047256.tar.gz
Doxygen-b0aefcbb03ae490420b88f22d2514ec32b047256.tar.bz2
Made OUTPUT_TEXT_DIRECTION option obsolete
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/config.xml b/src/config.xml
index e9b8323..6dddcc3 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -340,19 +340,6 @@ 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[
@@ -3895,5 +3882,6 @@ temporary files.
<option type='obsolete' id='MSCGEN_PATH'/>
<option type='obsolete' id='TCL_SUBST'/>
<option type='obsolete' id='COLS_IN_ALPHA_INDEX'/>
+ <option type='obsolete' id='OUTPUT_TEXT_DIRECTION'/>
</group>
</doxygenconfig>