aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-09-08 21:00:02 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-09-08 21:00:02 +0000
commit747751c6e6fee5495a43f2f60b985fbf96cb2550 (patch)
tree62f565e82cddcfc50d75ac40fb559ae7830f85a1 /Doxyfile
parentonly use private keys to sign and print adequate message, if no private key i... (diff)
downloadgpg4usb-747751c6e6fee5495a43f2f60b985fbf96cb2550.tar.gz
gpg4usb-747751c6e6fee5495a43f2f60b985fbf96cb2550.zip
beautified verifydetail-dialog and create doxygen-docu for private methods
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@528 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 84c8abe..d829145 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -314,12 +314,12 @@ EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
# 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 EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.