Skip to content

Commit

Permalink
Made OUTPUT_TEXT_DIRECTION option obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Mar 5, 2021
1 parent 4eb709f commit b0aefcb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/config.xml
Expand Up @@ -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[
Expand Down Expand Up @@ -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>

0 comments on commit b0aefcb

Please sign in to comment.