comparison Doxyfile.in @ 25541:411b5a604a17

propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0) to branch 'im.pidgin.pidgin.yaz' (head 2fb9c50de147c3e10a2bb579beca0cf90ab363d0)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 14 Aug 2007 07:13:22 +0000
parents 8e09a0c971b9
children 57d350900136 73bb2ab128a4
comparison
equal deleted inserted replaced
25540:d892a9275d0d 25541:411b5a604a17
298 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 298 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
299 # brief documentation of file, namespace and class members alphabetically 299 # brief documentation of file, namespace and class members alphabetically
300 # by member name. If set to NO (the default) the members will appear in 300 # by member name. If set to NO (the default) the members will appear in
301 # declaration order. 301 # declaration order.
302 302
303 SORT_BRIEF_DOCS = YES 303 SORT_BRIEF_DOCS = NO
304 304
305 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 305 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
306 # sorted by fully-qualified names, including namespaces. If set to 306 # sorted by fully-qualified names, including namespaces. If set to
307 # NO (the default), the class list will be sorted only by class name, 307 # NO (the default), the class list will be sorted only by class name,
308 # not including the namespace part. 308 # not including the namespace part.