From: Michael Beck Date: Fri, 28 May 2004 08:30:26 +0000 (+0000) Subject: enabled documentation of static members, enabled documentation of grouped members. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d87ce17d15a359aef2678a39ce30a4b7f3ce3e71;p=libfirm enabled documentation of static members, enabled documentation of grouped members. [r2970] --- diff --git a/libfirm.doxygen.in b/libfirm.doxygen.in index ae776e2f0..c2810e0a7 100644 --- a/libfirm.doxygen.in +++ b/libfirm.doxygen.in @@ -57,7 +57,7 @@ EXTRACT_PRIVATE = no # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. @@ -196,7 +196,7 @@ SORT_MEMBER_DOCS = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments.