docs: Avoid sorting detailed member description in doxygen

Change-Id: I59e5da75259a25bb6e12f9ed1af93558df1bc75e
diff --git a/docs/Doxyfile b/docs/Doxyfile
index c69fcb2..91e7ecb 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -537,7 +537,7 @@
 # name. If set to NO the members will appear in declaration order.
 # The default value is: YES.
 
-SORT_MEMBER_DOCS       = YES
+SORT_MEMBER_DOCS       = NO
 
 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
 # descriptions of file, namespace and class members alphabetically by member
@@ -694,7 +694,7 @@
 # messages are off.
 # The default value is: NO.
 
-QUIET                  = NO
+QUIET                  = YES
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are
 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES