It is nicer if the documentation is sorted.

Also, we don't have many QFoo classes any more, so stop
ignoring this prefix.

svn path=/trunk/kdesupport/qca/; revision=702799
This commit is contained in:
Brad Hards 2007-08-21 07:42:10 +00:00
parent a75a02455d
commit c76c38e436

View File

@ -329,7 +329,7 @@ SORT_MEMBER_DOCS = NO
# by member name. If set to NO (the default) the members will appear in # by member name. If set to NO (the default) the members will appear in
# declaration order. # declaration order.
SORT_BRIEF_DOCS = NO SORT_BRIEF_DOCS = YES
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
# sorted by fully-qualified names, including namespaces. If set to # sorted by fully-qualified names, including namespaces. If set to
@ -669,7 +669,7 @@ COLS_IN_ALPHA_INDEX = 5
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
# should be ignored while generating the index headers. # should be ignored while generating the index headers.
IGNORE_PREFIX = Q IGNORE_PREFIX =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the HTML output # configuration options related to the HTML output