summaryrefslogtreecommitdiff
path: root/pjlib/docs
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-11-23 03:49:20 +0000
committerBenny Prijono <bennylp@teluu.com>2007-11-23 03:49:20 +0000
commitf8033c3fde1dc4833187b2dea4918cce8290c8f3 (patch)
tree21a6213fa84da8a7b6dba138498a64107548716b /pjlib/docs
parentc0632bb3950869b6e77bd3a84486ada7f6b1f33d (diff)
Added information about building pjsip as DLL in the doxygen documentation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1595 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/docs')
-rw-r--r--pjlib/docs/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/docs/doxygen.cfg b/pjlib/docs/doxygen.cfg
index f6a7e70a..bb333ac5 100644
--- a/pjlib/docs/doxygen.cfg
+++ b/pjlib/docs/doxygen.cfg
@@ -377,7 +377,7 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
-EXCLUDE_PATTERNS = "*_i.h" "*/compat/*"
+EXCLUDE_PATTERNS = "*_i.h" "*/compat/*" "*/config_site.h"
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see