Skip to content

Commit 787b784

Browse files
committed
doxygen: ignore the static keyword
Our (many) static inline helpers are shown with the static prefix in the list of fonctions of modules, and later with the static prefix and static+inline labels in their own subsection. See doxygen/doxygen#11419 Users are confused by this static without inline prefix, and we don't have any use of static outside static inline in the doc, so just ignore static entirely. Signed-off-by: Brice Goglin <[email protected]>
1 parent 848fb08 commit 787b784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/doxygen.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -2301,6 +2301,7 @@ PREDEFINED = hwloc_thread_t=hwloc_thread_t \
23012301
__hwloc_attribute_malloc= \
23022302
__hwloc_attribute_pure= \
23032303
__hwloc_attribute_unused= \
2304+
static= \
23042305
HWLOC_DECLSPEC=
23052306

23062307
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this

0 commit comments

Comments
 (0)