OUTPUT_TEXT_DIRECTION has been made obsolete

The doxygen setting OUTPUT_TEXT_DIRECTION is obsolete
This commit is contained in:
albert-github 2021-03-19 12:35:30 +01:00
parent 64401b8a06
commit 453b611002
1 changed files with 0 additions and 8 deletions

View File

@ -93,14 +93,6 @@ ALLOW_UNICODE_NAMES = NO
OUTPUT_LANGUAGE = English
# The 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.
# Possible values are: None, LTR, RTL and Context.
# The default value is: None.
OUTPUT_TEXT_DIRECTION = None
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.