From fe8a83ecdad78ed82217be0182e072b901e5e081 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Nov 2020 00:16:49 +0100 Subject: 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. --- doc/reference.doxygen.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1