[Cvs-nserver-commits] CVS: cvs-nserver/acl Doxyfile,1.1.2.1,1.1.2.2
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2002-06-09 00:17:03
|
Update of /cvsroot/cvs-nserver/cvs-nserver/acl In directory usw-pr-cvs1:/tmp/cvs-serv2512 Modified Files: Tag: NCLI-1-11-1 Doxyfile Log Message: Extract static functions too Index: Doxyfile =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/acl/Attic/Doxyfile,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Doxyfile 8 Jun 2002 23:30:32 -0000 1.1.2.1 +++ Doxyfile 9 Jun 2002 00:16:58 -0000 1.1.2.2 @@ -57,7 +57,7 @@ # 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. |