Hi revane,

The clang/tools/extra documentation is added to clang/docs.
Excluded test from the extra directory.


http://llvm-reviews.chandlerc.com/D422

Files:
  docs/doxygen.cfg.in

Index: docs/doxygen.cfg.in
===================================================================
--- docs/doxygen.cfg.in
+++ docs/doxygen.cfg.in
@@ -452,7 +452,8 @@
 
 INPUT                  = @abs_srcdir@/../include \
                          @abs_srcdir@/../lib \
-                         @abs_srcdir@/doxygen.intro
+                         @abs_srcdir@/doxygen.intro \
+                         @abs_srcdir@/../tools/extra
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -473,7 +474,7 @@
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT 
tag.
 
-EXCLUDE                = 
+EXCLUDE                = @abs_srcdir@/../tools/extra/test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded
Index: docs/doxygen.cfg.in
===================================================================
--- docs/doxygen.cfg.in
+++ docs/doxygen.cfg.in
@@ -452,7 +452,8 @@
 
 INPUT                  = @abs_srcdir@/../include \
                          @abs_srcdir@/../lib \
-                         @abs_srcdir@/doxygen.intro
+                         @abs_srcdir@/doxygen.intro \
+                         @abs_srcdir@/../tools/extra
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -473,7 +474,7 @@
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = 
+EXCLUDE                = @abs_srcdir@/../tools/extra/test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to