Skip to content

Commit fcd25a0

Browse files
authored
docs(doxyfile): Add ecosystem-standard ALIASES for @thread_safety and @performance (#434)
Align Doxyfile with ecosystem documentation standards by adding custom ALIASES from monitoring_system to all libraries. This enables consistent use of @thread_safety and @performance tags across the ecosystem. Part of kcenon/common_system#472
1 parent e13bb7b commit fcd25a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doxyfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ PREDEFINED = HAS_MESSAGING_FEATURES \
284284
EXPAND_AS_DEFINED =
285285
SKIP_FUNCTION_MACROS = YES
286286

287+
ALIASES = "thread_safety=@par Thread Safety:^^" \
288+
"performance=@par Performance:^^"
287289
TAGFILES =
288290
GENERATE_TAGFILE =
289291
ALLEXTERNALS = NO

0 commit comments

Comments
 (0)