Skip to content
Snippets Groups Projects
Commit 33c98fed authored by Peter Hutterer's avatar Peter Hutterer
Browse files

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 deadbf35 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: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent d80bbcb0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment