Differences From Artifact [75514e9314]:
- File Doxyfile — part of check-in [e4a7a2ec74] at 2024-04-13 18:51:54 on branch trunk — Fix some Doxygen warnings (user: js, size: 1525) [annotate] [blame] [check-ins using] [more...]
To Artifact [ea0872cd8b]:
- File
Doxyfile
— part of check-in
[0c3c3b6efa]
at
2024-05-01 15:19:55
on branch trunk
— Document a lot of undocumented functions & macros
Also fixes Doxygen not creating documentation for `static OF_INLINE`
functions. (user: js, size: 1546) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
46 47 48 49 50 51 52 | OF_WEAK_UNAVAILABLE= \ SIGHUP \ SIGUSR1 \ SIGUSR2 MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES IGNORE_PREFIX = OF OF_ OT OT_ | > | 46 47 48 49 50 51 52 53 | OF_WEAK_UNAVAILABLE= \ SIGHUP \ SIGUSR1 \ SIGUSR2 MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES IGNORE_PREFIX = OF OF_ OT OT_ EXTRACT_STATIC = yes |