diff options
author | David Robillard <d@drobilla.net> | 2024-06-22 20:12:47 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-22 20:17:18 -0400 |
commit | b7e4e28dccdff26bc5e402926e61039f8e9ee966 (patch) | |
tree | ef32ba29988fc443a9398a699cbbcc3525ec72f5 /doc | |
parent | aab5940036858663eb445c00166511ce2aea9c9d (diff) | |
download | zix-b7e4e28dccdff26bc5e402926e61039f8e9ee966.tar.gz zix-b7e4e28dccdff26bc5e402926e61039f8e9ee966.tar.bz2 zix-b7e4e28dccdff26bc5e402926e61039f8e9ee966.zip |
Add ZIX_NODISCARD attribute
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index cce012f..741fe1a 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -37,6 +37,7 @@ PREDEFINED = ZIX_ALLOCATED= \ ZIX_END_DECLS= \ ZIX_MALLOC_API= \ ZIX_MALLOC_FUNC= \ + ZIX_NODISCARD= \ ZIX_NONNULL= \ ZIX_NULLABLE= \ ZIX_PURE_API= \ |