|
| 1 | +# This file describes the settings to be used by the documentation system |
| 2 | +# doxygen (www.doxygen.org) for a project. |
| 3 | +# |
| 4 | +# All text after a double hash (##) is considered a comment and is placed in |
| 5 | +# front of the TAG it is preceding. |
| 6 | +# |
| 7 | +# All text after a single hash (#) is considered a comment and will be ignored. |
| 8 | +# The format is: |
| 9 | +# TAG = value [value, ...] |
| 10 | +# For lists, items can also be appended using: |
| 11 | +# TAG += value [value, ...] |
| 12 | +# Values that contain spaces should be placed between quotes (\" \"). |
| 13 | +# |
| 14 | +# Note: |
| 15 | +# |
| 16 | +# Use doxygen to compare the used configuration file with the template |
| 17 | +# configuration file: |
| 18 | +# doxygen -x [configFile] |
| 19 | +# Use doxygen to compare the used configuration file with the template |
| 20 | +# configuration file without replacing the environment variables or CMake type |
| 21 | +# replacement variables: |
| 22 | +# doxygen -x_noenv [configFile] |
| 23 | + |
| 24 | +# must be first |
| 25 | +DOXYFILE_ENCODING = UTF-8 |
| 26 | + |
| 27 | +# |
| 28 | +# Common LizardByte settings |
| 29 | +# |
| 30 | + |
| 31 | +# LizardByte metadata |
| 32 | +DOCSET_PUBLISHER_NAME = LizardByte |
| 33 | +PROJECT_ICON = $(READTHEDOCS_OUTPUT)/lizardbyte.ico |
| 34 | +PROJECT_LOGO = $(READTHEDOCS_OUTPUT)/lizardbyte.png |
| 35 | + |
| 36 | +# doxygen-awesome-css |
| 37 | +HTML_COLORSTYLE = LIGHT # required with Doxygen >= 1.9.5 |
| 38 | +HTML_COLORSTYLE_HUE = 209 |
| 39 | +HTML_COLORSTYLE_SAT = 255 |
| 40 | +HTML_COLORSTYLE_GAMMA = 113 |
| 41 | +HTML_COPY_CLIPBOARD = NO # required for Doxygen >= 1.10.0 |
| 42 | +HTML_EXTRA_FILES = ../third-party/doxyconfig/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js |
| 43 | +HTML_EXTRA_FILES += ../third-party/doxyconfig/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js |
| 44 | +HTML_EXTRA_FILES += ../third-party/doxyconfig/doxygen-awesome-css/doxygen-awesome-paragraph-link.js |
| 45 | +HTML_EXTRA_FILES += ../third-party/doxyconfig/doxygen-awesome-css/doxygen-awesome-interactive-toc.js |
| 46 | +HTML_EXTRA_FILES += ../third-party/doxyconfig/doxygen-awesome-css/doxygen-awesome-tabs.js |
| 47 | +HTML_EXTRA_STYLESHEET = ../third-party/doxyconfig/doxygen-awesome-css/doxygen-awesome.css |
| 48 | +HTML_HEADER = header-doxyconfig.html |
| 49 | + |
| 50 | +# custom aliases |
| 51 | +ALIASES = "" |
| 52 | +ALIASES += "examples=^^**Examples**^^@code{.cpp}" |
| 53 | +ALIASES += "examples_end=@endcode^^" |
| 54 | +# fontawsome |
| 55 | +ALIASES += "fa_icon{1}=<i class=\"\1\"></i>" |
| 56 | +# admonitions |
| 57 | +ALIASES += "_admonition{4|}=<dl class=\"\2\"><dt>@fa_icon{\3} \1</dt><dd>\4</dd></dl>" |
| 58 | +# see: https://jothepro.github.io/doxygen-awesome-css/class_my_library_1_1_example.html#autotoc_md6 |
| 59 | +ALIASES += "admonition{2|}=@_admonition{\1 | todo | fa-solid fa-bars | \2}" |
| 60 | +ALIASES += "attention{1}=@_admonition{Attention | bug | fa-solid fa-triangle-exclamation | \1}" |
| 61 | +ALIASES += "caution{1}=@_admonition{Caution | section warning | fa-solid fa-triangle-exclamation | \1}" |
| 62 | +ALIASES += "danger{1}=@_admonition{Danger | bug | fa-solid fa-circle-exclamation | \1}" |
| 63 | +ALIASES += "error{1}=@_admonition{Error | bug | fa-solid fa-circle-xmark | \1}" |
| 64 | +ALIASES += "hint{1}=@_admonition{Hint | section pre | fa-solid fa-circle-question | \1}" |
| 65 | +ALIASES += "important{1}=@_admonition{Important | todo | fa-solid fa-fire | \1}" |
| 66 | +ALIASES += "note{1}=@_admonition{Note | section note | fa-solid fa-pencil | \1}" |
| 67 | +ALIASES += "seealso{1}=@_admonition{See also | section note | fa-solid fa-circle-info | \1}" |
| 68 | +ALIASES += "tip{1}=@_admonition{Tip | section pre | fa-solid fa-circle-info | \1}" |
| 69 | +ALIASES += "todo{1}=@_admonition{TODO | section deprecated | fa-solid fa-pencil | \1}" |
| 70 | +ALIASES += "warning{1}=@_admonition{Warning | section warning | fa-solid fa-triangle-exclamation | \1}" |
| 71 | +# tabs |
| 72 | +# see: https://github.com/jothepro/doxygen-awesome-css/discussions/146 |
| 73 | +ALIASES += tab{2|}="@htmlonly<li><b class=\"tab-title\">@endhtmlonly^^\1^^@htmlonly</b>@endhtmlonly^^\2^^@htmlonly</li>@endhtmlonly" |
| 74 | +ALIASES += tabs{1}="@htmlonly<div class=\"tabbed\"><ul>@endhtmlonly^^\1^^@htmlonly</ul></div><br>@endhtmlonly" |
| 75 | +# markers |
| 76 | +ALIASES += red{1}="<span style=\"color:red\">\1</span>" |
| 77 | +ALIASES += blue{1}="<span style=\"color:blue\">\1</span>" |
| 78 | +ALIASES += green{1}="<span style=\"color:green\">\1</span>" |
| 79 | +ALIASES += yellow{1}="<span style=\"color:yellow\">\1</span>" |
| 80 | +# expander |
| 81 | +ALIASES += expander{2|}="@htmlonly<details><summary>^^\1^^</summary><div>@endhtmlonly^^\2^^@htmlonly</div></details>@endhtmlonly" |
| 82 | + |
| 83 | +# common predefined |
| 84 | +PREDEFINED = DOXYGEN |
| 85 | +PREDEFINED += __APPLE__ |
| 86 | +PREDEFINED += linux |
| 87 | +PREDEFINED += __linux |
| 88 | +PREDEFINED += __linux__ |
| 89 | +PREDEFINED += __MACH__ |
| 90 | +PREDEFINED += _WIN32 |
| 91 | + |
| 92 | +# general settings |
| 93 | +CASE_SENSE_NAMES = YES |
| 94 | +CREATE_SUBDIRS = NO |
| 95 | +DISABLE_INDEX = NO |
| 96 | +DOCBOOK_OUTPUT = docbook |
| 97 | +DOT_IMAGE_FORMAT = svg |
| 98 | +DOT_NUM_THREADS = 1 |
| 99 | +EXTRACT_ALL = NO |
| 100 | +FULL_SIDEBAR = NO |
| 101 | +GENERATE_HTML = YES |
| 102 | +GENERATE_LATEX = NO |
| 103 | +GENERATE_TREEVIEW = YES |
| 104 | +GENERATE_XML = NO |
| 105 | +HAVE_DOT = YES |
| 106 | +HTML_OUTPUT = html |
| 107 | +INTERACTIVE_SVG = YES |
| 108 | +LATEX_OUTPUT = latex |
| 109 | +MACRO_EXPANSION = YES |
| 110 | +MAN_OUTPUT = man |
| 111 | +MARKDOWN_ID_STYLE = GITHUB |
| 112 | +MARKDOWN_SUPPORT = YES |
| 113 | +NUM_PROC_THREADS = 1 |
| 114 | +PROJECT_NUMBER = $(READTHEDOCS_VERSION) |
| 115 | +OUTPUT_DIRECTORY = $(READTHEDOCS_OUTPUT) |
| 116 | +RECURSIVE = YES |
| 117 | +RTF_OUTPUT = rtf |
| 118 | +SORT_BRIEF_DOCS = YES |
| 119 | +STRIP_FROM_INC_PATH = ../ |
| 120 | +STRIP_FROM_PATH = ../ |
| 121 | +WARN_AS_ERROR = FAIL_ON_WARNINGS |
| 122 | +WARN_IF_DOC_ERROR = YES |
| 123 | +WARN_IF_INCOMPLETE_DOC = YES |
| 124 | +WARN_IF_UNDOC_ENUM_VAL = YES |
| 125 | +WARN_IF_UNDOCUMENTED = YES |
| 126 | +WARN_NO_PARAMDOC = YES |
| 127 | +WARNINGS = YES |
| 128 | +XML_OUTPUT = xml |
| 129 | + |
| 130 | +# append the project specific settings here |
0 commit comments