aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-06 18:52:26 -0400
committerDavid Robillard <d@drobilla.net>2024-06-06 18:52:26 -0400
commite39fc3210af65170801034e918cf83edc1cb43c8 (patch)
treeced8e28dbf121bf56d4cea7f3213412b67eab852
parentb134569961ad7f73dc280126231bc5eebb1f6344 (diff)
downloadserd-e39fc3210af65170801034e918cf83edc1cb43c8.tar.gz
serd-e39fc3210af65170801034e918cf83edc1cb43c8.tar.bz2
serd-e39fc3210af65170801034e918cf83edc1cb43c8.zip
Fix documentation build
-rw-r--r--doc/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index a33ec7c4..9dc0c991 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -30,7 +30,8 @@ PREDEFINED = SERD_ALLOCATED \
SERD_DISABLE_DEPRECATED \
SERD_NONNULL= \
SERD_NULLABLE= \
- SERD_PURE_FUNC=
+ SERD_PURE_FUNC= \
+ SERD_UNSPECIFIED=
RECURSIVE = YES
STRIP_FROM_PATH = @SERD_SRCDIR@