External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.7KB

  1. From 0fb0839d8d3607e7055d4f370880e1438bf9ca23 Mon Sep 17 00:00:00 2001
  2. From: David Robillard <d@drobilla.net>
  3. Date: Sat, 13 Mar 2021 13:05:39 -0500
  4. Subject: [PATCH] Remove some unused Doxygen configuration keys
  5. These cause warnings with some versions of Doxygen, but all used default values
  6. anyway, so they can simply be removed without any effect.
  7. ---
  8. doc/reference.doxygen.in | 40 ----------------------------------------
  9. 1 file changed, 40 deletions(-)
  10. diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
  11. index 053b5426..6c29295a 100644
  12. --- a/doc/reference.doxygen.in
  13. +++ b/doc/reference.doxygen.in
  14. @@ -93,14 +93,6 @@ ALLOW_UNICODE_NAMES = NO
  15. OUTPUT_LANGUAGE = English
  16. -# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all
  17. -# documentation generated by doxygen is written. Doxygen will use this
  18. -# information to generate all generated output in the proper direction.
  19. -# Possible values are: None, LTR, RTL and Context.
  20. -# The default value is: None.
  21. -
  22. -OUTPUT_TEXT_DIRECTION = None
  23. -
  24. # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
  25. # descriptions after the members that are listed in the file and class
  26. # documentation (similar to Javadoc). Set to NO to disable this.
  27. @@ -271,14 +263,6 @@ OPTIMIZE_FOR_FORTRAN = NO
  28. OPTIMIZE_OUTPUT_VHDL = NO
  29. -# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
  30. -# sources only. Doxygen will then generate output that is more tailored for that
  31. -# language. For instance, namespaces will be presented as modules, types will be
  32. -# separated into more groups, etc.
  33. -# The default value is: NO.
  34. -
  35. -OPTIMIZE_OUTPUT_SLICE = NO
  36. -
  37. # Doxygen selects the parser to use depending on the extension of the files it
  38. # parses. With this tag you can assign which parser to use for a given
  39. # extension. Doxygen has a built-in mapping, but you can override or extend it
  40. @@ -1682,15 +1666,6 @@ LATEX_CMD_NAME = latex
  41. MAKEINDEX_CMD_NAME = makeindex
  42. -# The LATEX_MAKEINDEX_CMD tag can be used to specify the command name to
  43. -# generate index for LaTeX.
  44. -# Note: This tag is used in the generated output file (.tex).
  45. -# See also: MAKEINDEX_CMD_NAME for the part in the Makefile / make.bat.
  46. -# The default value is: \makeindex.
  47. -# This tag requires that the tag GENERATE_LATEX is set to YES.
  48. -
  49. -LATEX_MAKEINDEX_CMD = \makeindex
  50. -
  51. # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
  52. # documents. This may be useful for small projects and may help to save some
  53. # trees in general.
  54. @@ -1825,14 +1800,6 @@ LATEX_BIB_STYLE = plain
  55. LATEX_TIMESTAMP = NO
  56. -# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
  57. -# path from which the emoji images will be read. If a relative path is entered,
  58. -# it will be relative to the LATEX_OUTPUT directory. If left blank the
  59. -# LATEX_OUTPUT directory will be used.
  60. -# This tag requires that the tag GENERATE_LATEX is set to YES.
  61. -
  62. -LATEX_EMOJI_DIRECTORY =
  63. -
  64. #---------------------------------------------------------------------------
  65. # Configuration options related to the RTF output
  66. #---------------------------------------------------------------------------
  67. @@ -1970,13 +1937,6 @@ XML_OUTPUT = xml
  68. XML_PROGRAMLISTING = YES
  69. -# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
  70. -# namespace members in file scope as well, matching the HTML output.
  71. -# The default value is: NO.
  72. -# This tag requires that the tag GENERATE_XML is set to YES.
  73. -
  74. -XML_NS_MEMB_FILE_SCOPE = NO
  75. -
  76. #---------------------------------------------------------------------------
  77. # Configuration options related to the DOCBOOK output
  78. #---------------------------------------------------------------------------