Cockatrice/doc/doxygen
2026-01-18 18:06:03 +01:00
..
css css and cleanup 2026-01-12 22:24:38 +01:00
extra-pages Merge branch 'master' into tooomm-doxy_awesome_theme 2026-01-12 22:32:24 +01:00
groups Doxygen: Improve file structure and includes (#6344) 2025-11-22 19:38:39 +01:00
html [Doxygen] Add javascript to toggle call/caller graph visibility. (#6195) 2025-09-28 21:22:37 +02:00
images [Doxygen] Add documentation for beta channel. (#6510) 2026-01-11 12:48:31 +01:00
js [Doxygen] Add javascript to toggle call/caller graph visibility. (#6195) 2025-09-28 21:22:37 +02:00
theme@1f3620084f add doxygen-theme-css submodule 2025-12-21 15:27:55 +01:00
DoxygenLayout.xml enable theme and disable not needed code references 2025-12-28 18:47:31 +01:00
README.md Move comments to dedicated README to not fail config check 2026-01-18 18:06:03 +01:00

Doxygen Documentation Theme

Required changes to the Doxyfile config from the theme docs to make doxygen-awesome-css work:

HTML_EXTRA_STYLESHEET  = doxygen-awesome.css      # Main CSS file of the theme
GENERATE_TREEVIEW      = YES                      # Optional, also works without
HTML_COLORSTYLE        = LIGHT                    # Required with doxygen-awesome-css theme, Auto Dark Mode will still work
DISABLE_INDEX          = NO                       # YES is bugged in the theme, see jothepro/doxygen-awesome-css/issues/201
FULL_SIDEBAR           = NO                       # Required for doxygen-awesome-css theme

Cockatrice dedicated color adjustments are configured in the cockatrice_docs_style.css file that uses & overrides the theme definitions.