Subversion Repositories gelsvn

Rev

Rev 91 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 91 Rev 136
Line 167... Line 167...
167
# will interpret the first line (until the first dot) of a JavaDoc-style 
167
# will interpret the first line (until the first dot) of a JavaDoc-style 
168
# comment as the brief description. If set to NO, the JavaDoc 
168
# comment as the brief description. If set to NO, the JavaDoc 
169
# comments  will behave just like the Qt-style comments (thus requiring an 
169
# comments  will behave just like the Qt-style comments (thus requiring an 
170
# explict @brief command for a brief description. 
170
# explict @brief command for a brief description. 
171
 
171
 
172
JAVADOC_AUTOBRIEF      = NO
172
JAVADOC_AUTOBRIEF      = YES
173
 
173
 
174
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
174
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
175
# member inherits the documentation from any documented member that it 
175
# member inherits the documentation from any documented member that it 
176
# reimplements. 
176
# reimplements. 
177
 
177