comparison Resources/OrthancPlugin.doxygen @ 3937:41eec97c23ef transcoding

documented new primitives in plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 May 2020 11:16:18 +0200
parents 40e0d031424c
children
comparison
equal deleted inserted replaced
3936:01d4667f5c44 3937:41eec97c23ef
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.