X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=doc%2FDoxyfile.in;h=9954b1dbf0bccf893646e15a84087eade862e236;hb=b8cc7d65d2ab27140deda70a24f076b48647c774;hp=29d754463c2c73b7397456f7b8f85281d9bc0167;hpb=b5ec1820000c433ddc9ca648b1a0d9f8d43a9d49;p=libftdi diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 29d7544..9954b1d 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -319,7 +319,7 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = YES +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 @@ -459,7 +459,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src +INPUT = @top_srcdir@/src @top_srcdir@/ftdipp # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -500,7 +500,7 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = @top_srcdir@/examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -1012,7 +1012,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = LIBFTDI_LINUX_ASYNC_MODE # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.