changeset 3347:0dc3d85ce0ac

Eric Wing to Sam Sorry, here's another small fix. I changed two options in the Doxyfiles in the XcodeDocSet directories which should allow at least a brief description to be seen in Quick Help.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 06 Oct 2009 03:33:10 +0000
parents 195eb6d42bf0
children c02af6912b3c
files Xcode/XcodeDocSet/Doxyfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Xcode/XcodeDocSet/Doxyfile	Sun Oct 04 22:21:17 2009 +0000
+++ b/Xcode/XcodeDocSet/Doxyfile	Tue Oct 06 03:33:10 2009 +0000
@@ -147,7 +147,7 @@
 # comments will behave just like regular Qt-style comments 
 # (thus requiring an explicit @brief command for a brief description.)
 
-JAVADOC_AUTOBRIEF      = NO
+JAVADOC_AUTOBRIEF      = YES
 
 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
 # interpret the first line (until the first dot) of a Qt-style 
@@ -155,7 +155,7 @@
 # will behave just like regular Qt-style comments (thus requiring 
 # an explicit \brief command for a brief description.)
 
-QT_AUTOBRIEF           = NO
+QT_AUTOBRIEF           = YES
 
 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
 # treat a multi-line C++ special comment block (i.e. a block of //! or ///