aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-11 00:16:49 +0100
committerDavid Robillard <d@drobilla.net>2020-11-11 00:16:49 +0100
commitfe8a83ecdad78ed82217be0182e072b901e5e081 (patch)
treecb65e13f42adb40164d131a4d34f2535a59e10fa
parent79d11422526c46e4bae0d2b920110bbbb44d9c70 (diff)
downloadserd-fe8a83ecdad78ed82217be0182e072b901e5e081.tar.gz
serd-fe8a83ecdad78ed82217be0182e072b901e5e081.tar.bz2
serd-fe8a83ecdad78ed82217be0182e072b901e5e081.zip
Clean up attributes in reference documentation
This is a bit unfortunate since they are quite useful as documentation, but unfortunately Doxygen (as usual) doesn't manage to format things nicely, and the noise makes the summaries unreadable.
-rw-r--r--doc/reference.doxygen.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 73613f18..c10f046f 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -2044,7 +2044,11 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = SERD_API
+PREDEFINED = SERD_API= \
+ SERD_CONST_API= \
+ SERD_NONNULL= \
+ SERD_NULLABLE= \
+ SERD_PURE_API
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The