diff --git a/docs/Doxyfile b/docs/Doxyfile index 4745a83..0524dee 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -2,7 +2,8 @@ # # Only contains most important options, as HTML rendering is done by Sphinx -INPUT = ../app/src +INPUT = ../ +EXCLUDE_PATTERNS = */build* OUTPUT_DIRECTORY = build/doxygen RECURSIVE = YES GENERATE_HTML = NO diff --git a/docs/src/api/bms.rst b/docs/src/api/bms.rst index a926e6f..5e8f78a 100644 --- a/docs/src/api/bms.rst +++ b/docs/src/api/bms.rst @@ -1,5 +1,5 @@ BMS === -.. doxygenfile:: bms.h +.. doxygenfile:: include/bms/bms.h :project: app diff --git a/docs/src/api/misc.rst b/docs/src/api/misc.rst index 3f26fea..0f71ce6 100644 --- a/docs/src/api/misc.rst +++ b/docs/src/api/misc.rst @@ -10,5 +10,5 @@ Button Helper ------ -.. doxygenfile:: helper.h +.. doxygenfile:: include/helper.h :project: app