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-04-11 09:13:14 +1000 |
commit | 7658efbd71d112b9ac55fc2f38978a7ee68abec8 (patch) | |
tree | 45624dbd99eabd245e87335539f44e6dddd8f99a | |
parent | c2fa055fa377e87b7bd2f8a5f6361ef7405833e6 (diff) |
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>
(cherry picked from commit 33c98fed544d57c9123483722b9b871b231c95f2)
-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 |