mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-02 13:20:09 +01:00
doc/api: remove invalid doxygen option
doxygen 1.8.17 shows this error:
error: Illegal format for option FILTER_PATTERNS, no equal sign ('=') specified for item '*.h'
error: Illegal format for option FILTER_PATTERNS, no equal sign ('=') specified for item '*.dox'
This was added in deadbf35c4 but I cannot figure out how this ever had any
effect based on the documentation for it. So let's drop it, I don't think it
has any effect anyway.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d80bbcb028
commit
33c98fed54
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ MAX_INITIALIZER_LINES = 0
|
|||
WARNINGS = YES
|
||||
QUIET = YES
|
||||
INPUT = "@builddir@"
|
||||
FILTER_PATTERNS = *.h *.dox
|
||||
IMAGE_PATH = "@builddir@"
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT = api
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue