From: Marc-André Moreau Date: Fri, 11 Nov 2011 19:26:28 +0000 (-0500) Subject: docs: update Doxyfile X-Git-Tag: 1.0-beta2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df0fde58c55168dfc10ae2e9476bb4b70e55f6e3;p=platform%2Fupstream%2Ffreerdp.git docs: update Doxyfile --- diff --git a/docs/Doxyfile b/docs/Doxyfile index f093dbb..5660fa1 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -271,7 +271,7 @@ SUBGROUPING = YES # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. -TYPEDEF_HIDES_STRUCT = NO +TYPEDEF_HIDES_STRUCT = YES # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. @@ -430,25 +430,25 @@ SORT_BY_SCOPE_NAME = NO # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. -GENERATE_TESTLIST = YES +GENERATE_TESTLIST = NO # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. -GENERATE_BUGLIST = YES +GENERATE_BUGLIST = NO # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. -GENERATE_DEPRECATEDLIST= YES +GENERATE_DEPRECATEDLIST= NO # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. @@ -598,7 +598,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = ../asn1 ../build-aux ../contrib ../cunit ../docs ../keymaps ../m4 +EXCLUDE = ../build ../cmake ../CMakeFiles ../cunit ../docs ../keymaps ../resources # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded