summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Doxyfile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index 90cb0a357..29bd573d1 100644
--- a/Docs/Doxyfile
+++ b/Docs/Doxyfile
@@ -703,7 +703,9 @@ INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.h \
*.y \
- *.l
+ *.l \
+ *.cpp \
+ *.m
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.
@@ -717,12 +719,7 @@ RECURSIVE = NO
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = css/css_enum.c \
- css/css_enum.h \
- css/parser.c \
- css/parser.h \
- css/scanner.c \
- css/scanner.h
+EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded