[docs] Expand HAL_ENUM in doxygen docs (#5421)

This commit is contained in:
Ryan Blue
2023-07-06 00:20:21 -04:00
committed by GitHub
parent 3a61deedde
commit a7a8b874ac

View File

@@ -173,8 +173,8 @@ doxygen {
macro_expansion true
expand_only_predef true
predefined "WPI_DEPRECATED(x)=[[deprecated(x)]]\"\\\n" +
"\"__cplusplus"
"\"__cplusplus\"\\\n" +
"\"HAL_ENUM(name)=enum name : int32_t"
if (project.hasProperty('docWarningsAsErrors')) {
warn_as_error 'FAIL_ON_WARNINGS'