Skip to content
Snippets Groups Projects
Commit 640eaca7 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Merge branch 'feature/doxy-priv-doc' into 'main'

Feat: add private members in dev mode to doxygen doc

See merge request !2
parents b95249c4 cebf6b37
No related branches found
No related tags found
1 merge request!2Feat: add private members in dev mode to doxygen doc
......@@ -172,6 +172,7 @@ macro (build_doc)
if (DOXY_ADD_DEV_SECTION)
set (DOXYGEN_ENABLED_SECTIONS DEV)
set (DOXYGEN_EXTRACT_PRIVATE YES)
endif ()
doxygen_add_docs (${DOXY_NAME} ${DOXY_SOURCES} ALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment