From 600086ebb7d86630bee105366f7c37d3025bd98c Mon Sep 17 00:00:00 2001 From: John McNamara Date: Wed, 29 Apr 2015 11:47:47 +0100 Subject: [PATCH] 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 --- doc/api/doxy-api.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1