1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/docs/doxygen
2025-09-29 10:20:36 +01:00
..
css Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
js Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
build.py Docs: Show the paths to the files used to generate the Doxygen output 2025-09-29 10:20:36 +01:00
Doxyfile Docs: Show the paths to the files used to generate the Doxygen output 2025-09-29 10:20:36 +01:00
DoxygenLayout.xml Docs: Show the paths to the files used to generate the Doxygen output 2025-09-29 10:20:36 +01:00
error.html Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
favicon.ico Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
footer.html Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
header.html Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
index.html Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00
README.md Docs: Improve Doxygen output 2025-09-22 11:13:51 +01:00

JUCE's Doxygen documentation

JUCE's doxygen setup aims to be pretty vanilla Doxygen and can be run like so:

doxygen Doxyfile

However, build.py can be run to generate additional documentation indexes for JUCE modules:

python3 build.py

Styles

HTML_STYLESHEET is left empty, meaning that Doxygen will generate its default styles.

JUCE specific overrides then live in css/doxygen-juce-overrides.css.

Code highlighting is done with highlight.js.