From 747751c6e6fee5495a43f2f60b985fbf96cb2550 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 8 Sep 2011 21:00:02 +0000 Subject: 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 --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doxyfile') 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. -- cgit v1.2.3