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 <john.mcnamara@intel.com> Acked-by: Siobhan Butler <siobhan.a.butler@intel.com>
This commit is contained in:
parent
fea1d908d3
commit
600086ebb7
@ -77,3 +77,4 @@ ALPHABETICAL_INDEX = NO
|
||||
HTML_TIMESTAMP = NO
|
||||
HTML_DYNAMIC_SECTIONS = YES
|
||||
SEARCHENGINE = NO
|
||||
SORT_MEMBER_DOCS = NO
|
||||
|
Loading…
Reference in New Issue
Block a user