Code

build with Meson instead of autotools
[ncmpc.git] / doc / doxygen.conf.in
index 4c809c5ee3e07c40d6a1673157f0f3f8cfa36a39..d6faeee18414c364aeafa5118f90c4951a2fd98e 100644 (file)
@@ -51,7 +51,7 @@ PROJECT_LOGO           =
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = doc/api
+OUTPUT_DIRECTORY       = doc
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -423,8 +423,8 @@ INLINE_INFO            = YES
 # alphabetically by member name. If set to NO the members will appear in
 # declaration order.
 
-# TODO: not sure about this  --jn
-SORT_MEMBER_DOCS       = YES
+# NO seems saner, because it keeps grouped functions together.
+SORT_MEMBER_DOCS       = NO
 
 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
 # brief documentation of file, namespace and class members alphabetically