From 9da892c57976e24900731ff79f0420af9406cc1a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 3 Feb 2014 14:31:51 +0000 Subject: ensure documentation includes c++ and objective c files --- Docs/Doxyfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Docs') 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 -- cgit v1.2.3