Mercurial > sdl-ios-xcode
comparison Xcode/XcodeDocSet/Doxyfile @ 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 | d44a0a913aa2 |
children |
comparison
equal
deleted
inserted
replaced
3346:195eb6d42bf0 | 3347:0dc3d85ce0ac |
---|---|
145 # will interpret the first line (until the first dot) of a JavaDoc-style | 145 # will interpret the first line (until the first dot) of a JavaDoc-style |
146 # comment as the brief description. If set to NO, the JavaDoc | 146 # comment as the brief description. If set to NO, the JavaDoc |
147 # comments will behave just like regular Qt-style comments | 147 # comments will behave just like regular Qt-style comments |
148 # (thus requiring an explicit @brief command for a brief description.) | 148 # (thus requiring an explicit @brief command for a brief description.) |
149 | 149 |
150 JAVADOC_AUTOBRIEF = NO | 150 JAVADOC_AUTOBRIEF = YES |
151 | 151 |
152 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will | 152 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will |
153 # interpret the first line (until the first dot) of a Qt-style | 153 # interpret the first line (until the first dot) of a Qt-style |
154 # comment as the brief description. If set to NO, the comments | 154 # comment as the brief description. If set to NO, the comments |
155 # will behave just like regular Qt-style comments (thus requiring | 155 # will behave just like regular Qt-style comments (thus requiring |
156 # an explicit \brief command for a brief description.) | 156 # an explicit \brief command for a brief description.) |
157 | 157 |
158 QT_AUTOBRIEF = NO | 158 QT_AUTOBRIEF = YES |
159 | 159 |
160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen | 160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen |
161 # treat a multi-line C++ special comment block (i.e. a block of //! or /// | 161 # treat a multi-line C++ special comment block (i.e. a block of //! or /// |
162 # comments) as a brief description. This used to be the default behaviour. | 162 # comments) as a brief description. This used to be the default behaviour. |
163 # The new default is to treat a multi-line C++ comment block as a detailed | 163 # The new default is to treat a multi-line C++ comment block as a detailed |