comparison Resources/Orthanc.doxygen @ 3956:6e14f2da7c7e

integration transcoding->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 16:42:44 +0200
parents 41eec97c23ef
children
comparison
equal deleted inserted replaced
3892:fe0e4ef52a72 3956:6e14f2da7c7e
543 # descriptions of file, namespace and class members alphabetically by member 543 # descriptions of file, namespace and class members alphabetically by member
544 # name. If set to NO the members will appear in declaration order. Note that 544 # name. If set to NO the members will appear in declaration order. Note that
545 # this will also influence the order of the classes in the class list. 545 # this will also influence the order of the classes in the class list.
546 # The default value is: NO. 546 # The default value is: NO.
547 547
548 SORT_BRIEF_DOCS = NO 548 SORT_BRIEF_DOCS = YES
549 549
550 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the 550 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
551 # (brief and detailed) documentation of class members so that constructors and 551 # (brief and detailed) documentation of class members so that constructors and
552 # destructors are listed first. If set to NO the constructors will appear in the 552 # destructors are listed first. If set to NO the constructors will appear in the
553 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. 553 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.