mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
4cb24531b3
commit
cd94eff5f2
3 changed files with 16 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue