Skip to content

Commit d2fc338

Browse files
kartbenjhedberg
authored andcommitted
doc: doxygen: show global _track_list_k_xxx variables in Doxygen
This makes for a not so pretty regex, so there might be better options, meanwhile this ensures that what are effectively API symbols are properly documented and visible in the API documentation. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 64bf182 commit d2fc338

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/zephyr.doxyfile.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,11 @@ EXCLUDE_PATTERNS =
11061106
# wildcard * is used, a substring. Examples: ANamespace, AClass,
11071107
# ANamespace::AClass, ANamespace::*Test
11081108

1109-
EXCLUDE_SYMBOLS = _* \
1109+
EXCLUDE_SYMBOLS = _[^t]* \
1110+
_t[^r]* \
1111+
_tr[^a]* \
1112+
_tra[^c]* \
1113+
_trac[^k]* \
11101114
*.__unnamed__ \
11111115
z_* \
11121116
Z_*

0 commit comments

Comments
 (0)