summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-02 15:50:51 -0400
committerDavid Robillard <d@drobilla.net>2022-11-02 15:50:51 -0400
commit30185a4d55786c2d649332fdcbd23e736f74dc80 (patch)
tree280b1c0ca5cf4bb8866d03d31744d616588c4335 /doc
parent5590b407f8077c1ef0a25cd2948f973000b32683 (diff)
downloadzix-30185a4d55786c2d649332fdcbd23e736f74dc80.tar.gz
zix-30185a4d55786c2d649332fdcbd23e736f74dc80.tar.bz2
zix-30185a4d55786c2d649332fdcbd23e736f74dc80.zip
Relax nullability constraints for BTree values
These pointers are truly opaque, the library does not care about their value at all, and a zero can be stored successfully.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 52f6dda..92730af 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -43,6 +43,7 @@ PREDEFINED = ZIX_ALLOCATED= \
ZIX_PURE_FUNC= \
ZIX_PURE_WIN_API= \
ZIX_THREAD_FUNC= \
+ ZIX_UNSPECIFIED= \
STRIP_FROM_PATH = @ZIX_SRCDIR@
INPUT = @ZIX_SRCDIR@/include/zix/zix.h \