From: Zhanna Tsitkov Date: Thu, 7 Jul 2011 13:06:29 +0000 (+0000) Subject: Exclude files from src/plugins subdirectory as input source files for Doxygen X-Git-Tag: krb5-1.10-alpha1~360 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6690257c1bc4796ac9fa46289cbf94a427149814;p=krb5.git Exclude files from src/plugins subdirectory as input source files for Doxygen git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25015 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Doxyfile b/src/Doxyfile index 62ac66462..954b12075 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -623,7 +623,7 @@ RECURSIVE = YES # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = appl windows tests lib/crypto/crypto_tests \ - lib/crypto/openssl lib/crypto/nss + lib/crypto/openssl lib/crypto/nss plugins # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded