doc: disable doxygen member sorting
authorJohn McNamara <john.mcnamara@intel.com>
Wed, 29 Apr 2015 10:47:47 +0000 (11:47 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Apr 2015 16:34:58 +0000 (18:34 +0200)
Disabled the doxygen option to sort member data so that functions
and struct memebers are listed in order of definition in the
brief and main sections.

Previously they were sorted in the brief section and were in
definition order in the main section.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Siobhan Butler <siobhan.a.butler@intel.com>
doc/api/doxy-api.conf

index da03e9b..50d2c15 100644 (file)
@@ -77,3 +77,4 @@ ALPHABETICAL_INDEX      = NO
 HTML_TIMESTAMP          = NO
 HTML_DYNAMIC_SECTIONS   = YES
 SEARCHENGINE            = NO
+SORT_MEMBER_DOCS        = NO