X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Fdoxygen.conf.in;h=d6faeee18414c364aeafa5118f90c4951a2fd98e;hb=7bcbdaab4f17e0289758dddc268a21eb17c99369;hp=4c809c5ee3e07c40d6a1673157f0f3f8cfa36a39;hpb=6017c9521c08e7d16ff03525062ed4d77f6d644d;p=ncmpc.git diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 4c809c5..d6faeee 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -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