From 47fe337172a70addb657b8db21c8c5839dbbdf0f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 Jul 2002 15:05:28 +0000 Subject: [PATCH] Don't doxygenize the boost libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3079 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/doxygen.cfg | 2 +- docs/doxygen.cfg.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 265df19944b..9c89fa70ba6 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -323,7 +323,7 @@ RECURSIVE = YES # 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 = ../test +EXCLUDE = ../test ../include/boost # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 265df19944b..9c89fa70ba6 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -323,7 +323,7 @@ RECURSIVE = YES # 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 = ../test +EXCLUDE = ../test ../include/boost # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -- 2.34.1