Рефакторинг doxygen, настройа скриптов

This commit is contained in:
2026-05-24 09:26:12 +05:00
parent 6c7381c69a
commit 30c75da9cf
6 changed files with 215 additions and 7 deletions
+5 -3
View File
@@ -68,7 +68,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY =/var/www/neurox.su/docs/
OUTPUT_DIRECTORY =/var/www/neurox.su/docs
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
@@ -1136,7 +1136,7 @@ INPUT_FILTER =
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# properly processed by doxygen.
FILTER_PATTERNS =
FILTER_PATTERNS =*.md=cat
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
@@ -1407,7 +1407,9 @@ HTML_EXTRA_STYLESHEET =doxy/extra.css
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES =
HTML_EXTRA_FILES =doxy/fragment_copy.svg,\
doxy/jsinject.js,\
doxy/injectresize.js
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
# should be rendered with a dark or light theme.