diff options
| author | 2026-03-29 17:38:11 +0100 | |
|---|---|---|
| committer | 2026-03-29 17:49:30 +0100 | |
| commit | 0755ad1143fc3847590571feba9dd38ada5779bd (patch) | |
| tree | 3f99462451f4f4024dc8e099c1d551871d084e2e /docs | |
| parent | Move dynref code to be alongside the service code. (diff) | |
Fix various minor Doxygen issues.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 7bf43eab9..41ee1c782 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -254,9 +254,9 @@ EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = -PREDEFINED = CoreExport=/**/ \ - ATTR_NOT_NULL(...)=/**/ \ - INSPIRCD_INTRUSIVE_LIST_NAME=intrusive_list +PREDEFINED = "__attribute__(...)" \ + "__declspec(..)" \ + "INSPIRCD_INTRUSIVE_LIST_NAME=intrusive_list" EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES TAGFILES = |
