From 405000c8978ef0694be375fd592d809612c6ee1d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 1 May 2005 23:57:12 +0000 Subject: [PATCH] ensure that 'static' members of source files are documented too git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5546 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/asterisk-ng-doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen index 889e11ba4e..1606902360 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.