[docs] Generate docs for symbols in __cplusplus (#5412)

This commit is contained in:
Ryan Blue
2023-06-22 23:58:38 -04:00
committed by GitHub
parent fe32127ea8
commit 663bf25aaf
3 changed files with 10 additions and 9 deletions

View File

@@ -172,7 +172,9 @@ doxygen {
enable_preprocessing true
macro_expansion true
expand_only_predef true
predefined "WPI_DEPRECATED(x)=[[deprecated(x)]]"
predefined "WPI_DEPRECATED(x)=[[deprecated(x)]]\"\\\n" +
"\"__cplusplus"
if (project.hasProperty('docWarningsAsErrors')) {
warn_as_error 'FAIL_ON_WARNINGS'