doc: add Doxygen filter that adds docs to struct *method macros

Add an input filter that tries to link e.g.

 #define pw_core_add_listener(...) pw_core_method(c,add_listener,...)

to the corresponding declaration in struct pw_core_methods.
This commit is contained in:
Pauli Virtanen 2021-10-02 22:22:59 +03:00
parent 4cb24531b3
commit cd94eff5f2
3 changed files with 16 additions and 1 deletions

View file

@ -17,7 +17,7 @@ QUIET = YES
WARN_NO_PARAMDOC = YES
HAVE_DOT = @HAVE_DOT@
INPUT = @inputs@
FILTER_PATTERNS = "*.c=@c_input_filter@"
FILTER_PATTERNS = "*.c=@c_input_filter@" "*.h=@h_input_filter@"
FILE_PATTERNS = "*.h" "*.c"
RECURSIVE = YES
EXAMPLE_PATH = "@top_srcdir@/src/tools" \