[PATCH] Added doxygen support to clang/tools/extra
Ariel Bernal
ariel.j.bernal at intel.com
Tue Feb 19 08:04:30 PST 2013
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D422.1.patch
Type: text/x-patch
Size: 995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130219/d454e80b/attachment.bin>
More information about the cfe-commits
mailing list