summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-02-03 14:31:51 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-02-03 14:31:51 +0000
commit9da892c57976e24900731ff79f0420af9406cc1a (patch)
tree7e4fb108b0d8a7ba18884b189b09f24a72a69af5 /Docs
parent4fab874d4f93ad0810c5ac79502f9aced2d7ab29 (diff)
downloadnetsurf-9da892c57976e24900731ff79f0420af9406cc1a.tar.gz
netsurf-9da892c57976e24900731ff79f0420af9406cc1a.tar.bz2
ensure documentation includes c++ and objective c files
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