diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-03-21 21:21:09 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-03-21 21:22:52 +1000 |
commit | 33c98fed544d57c9123483722b9b871b231c95f2 (patch) | |
tree | d298102111901cacc078e31742821a50fda43c92 /doc | |
parent | d80bbcb028910cc6c10acab04a2ee3e53fae7b16 (diff) | |
download | libinput-33c98fed544d57c9123483722b9b871b231c95f2.tar.gz |
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 deadbf35c41 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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/libinput.doxygen.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/libinput.doxygen.in b/doc/api/libinput.doxygen.in index 0dffbbd2..a006daeb 100644 --- a/doc/api/libinput.doxygen.in +++ b/doc/api/libinput.doxygen.in @@ -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 |