doc: ignore symbols due to Doxygen mis-parsing

Ignore some symbols appearing as "Variables", which seem to be due to
some mis-parsing.
This commit is contained in:
Pauli Virtanen 2021-10-02 20:19:34 +03:00
parent c345d1e11d
commit 4cb24531b3

View file

@ -47,3 +47,6 @@ PREDEFINED = PA_C_DECL_BEGIN= \
SPA_NORETURN \
SPA_RESTRICT
HTML_EXTRA_STYLESHEET = @cssfiles@
# Fix up some apparent Doxygen mis-parsing
EXCLUDE_SYMBOLS = "desc" "methods" "msgid_plural" "n" "name" "props" "utils" "start"