mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
[Doc] More doxygen file updates for CI.
This commit is contained in:
parent
53a80627e7
commit
8b9afa39c8
1 changed files with 1 additions and 53 deletions
|
@ -63,11 +63,6 @@ PROJECT_BRIEF =
|
|||
|
||||
PROJECT_LOGO =
|
||||
|
||||
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
|
||||
# when the HTML document is shown. Doxygen will copy the logo to the output
|
||||
# directory.
|
||||
|
||||
PROJECT_ICON =
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
||||
# into which the generated documentation will be written. If a relative path is
|
||||
|
@ -833,21 +828,6 @@ LAYOUT_FILE =
|
|||
|
||||
CITE_BIB_FILES =
|
||||
|
||||
# The EXTERNAL_TOOL_PATH tag can be used to extend the search path (PATH
|
||||
# environment variable) so that external tools such as latex and gs can be
|
||||
# found.
|
||||
# Note: Directories specified with EXTERNAL_TOOL_PATH are added in front of the
|
||||
# path already specified by the PATH variable, and are added in the order
|
||||
# specified.
|
||||
# Note: This option is particularly useful for macOS version 14 (Sonoma) and
|
||||
# higher, when running Doxygen from Doxywizard, because in this case any user-
|
||||
# defined changes to the PATH are ignored. A typical example on macOS is to set
|
||||
# EXTERNAL_TOOL_PATH = /Library/TeX/texbin /usr/local/bin
|
||||
# together with the standard path, the full search path used by doxygen when
|
||||
# launching external tools will then become
|
||||
# PATH=/Library/TeX/texbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
|
||||
|
||||
EXTERNAL_TOOL_PATH =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to warning and progress messages
|
||||
|
@ -1454,25 +1434,6 @@ HTML_DYNAMIC_SECTIONS = NO
|
|||
|
||||
HTML_CODE_FOLDING = YES
|
||||
|
||||
# If the HTML_COPY_CLIPBOARD tag is set to YES then Doxygen will show an icon in
|
||||
# the top right corner of code and text fragments that allows the user to copy
|
||||
# its content to the clipboard. Note this only works if supported by the browser
|
||||
# and the web page is served via a secure context (see:
|
||||
# https://www.w3.org/TR/secure-contexts/), i.e. using the https: or file:
|
||||
# protocol.
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_COPY_CLIPBOARD = YES
|
||||
|
||||
# Doxygen stores a couple of settings persistently in the browser (via e.g.
|
||||
# cookies). By default these settings apply to all HTML pages generated by
|
||||
# Doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store
|
||||
# the settings under a project specific key, such that the user preferences will
|
||||
# be stored separately.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_PROJECT_COOKIE =
|
||||
|
||||
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
||||
# shown in the various tree structured indices initially; the user can expand
|
||||
|
@ -1748,11 +1709,6 @@ FULL_SIDEBAR = NO
|
|||
|
||||
ENUM_VALUES_PER_LINE = 4
|
||||
|
||||
# When the SHOW_ENUM_VALUES tag is set doxygen will show the specified
|
||||
# enumeration values besides the enumeration mnemonics.
|
||||
# The default value is: NO.
|
||||
|
||||
SHOW_ENUM_VALUES = NO
|
||||
|
||||
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
|
||||
# to set the initial width (in pixels) of the frame in which the tree is shown.
|
||||
|
@ -2202,14 +2158,6 @@ RTF_STYLESHEET_FILE =
|
|||
|
||||
RTF_EXTENSIONS_FILE =
|
||||
|
||||
# The RTF_EXTRA_FILES tag can be used to specify one or more extra images or
|
||||
# other source files which should be copied to the RTF_OUTPUT output directory.
|
||||
# Note that the files will be copied as-is; there are no commands or markers
|
||||
# available.
|
||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
||||
|
||||
RTF_EXTRA_FILES =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
|
@ -2817,7 +2765,7 @@ PLANTUML_INCLUDE_PATH =
|
|||
# Minimum value: 0, maximum value: 10000, default value: 50.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_GRAPH_MAX_NODES = 50
|
||||
DOT_GRAPH_MAX_NODES = 60
|
||||
|
||||
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
|
||||
# generated by dot. A depth value of 3 means that only nodes reachable from the
|
||||
|
|
Loading…
Add table
Reference in a new issue