aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-01 23:57:12 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-01 23:57:12 +0000
commit4186279fc1dbf4471c1666bc0df2e688a45cd229 (patch)
tree690e564b0b9457709d4fbbf5236770ee60549e3e /contrib
parentae85b9562e1179f31936ffa599a8217d43b7ca1a (diff)
ensure that 'static' members of source files are documented too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5546 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/asterisk-ng-doxygen2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen
index 889e11ba4..160690236 100755
--- a/contrib/asterisk-ng-doxygen
+++ b/contrib/asterisk-ng-doxygen
@@ -57,7 +57,7 @@ EXTRACT_PRIVATE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# undocumented members of documented classes, files or namespaces.