Skip to content

Commit a4bb972

Browse files
author
gsherman
committedMar 26, 2008
Document private members/methods
git-svn-id: http://svn.osgeo.org/qgis/trunk@8277 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f343e77 commit a4bb972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "Quantum GIS"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = HEAD
26+
PROJECT_NUMBER = HEAD-$id:$
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.
@@ -243,7 +243,7 @@ EXTRACT_ALL = YES
243243
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
244244
# will be included in the documentation.
245245

246-
EXTRACT_PRIVATE = NO
246+
EXTRACT_PRIVATE = YES
247247

248248
# If the EXTRACT_STATIC tag is set to YES all static members of a file
249249
# will be included in the documentation.

0 commit comments

Comments
 (0)
Please sign in to comment.