From: John McNamara Date: Wed, 29 Apr 2015 10:47:47 +0000 (+0100) Subject: doc: disable doxygen member sorting X-Git-Tag: spdx-start~9251 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=600086ebb7d86630bee105366f7c37d3025bd98c;p=dpdk.git doc: disable doxygen member sorting 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 Acked-by: Siobhan Butler --- diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index da03e9b877..50d2c153d6 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -77,3 +77,4 @@ ALPHABETICAL_INDEX = NO HTML_TIMESTAMP = NO HTML_DYNAMIC_SECTIONS = YES SEARCHENGINE = NO +SORT_MEMBER_DOCS = NO