X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Doxyfile;fp=Doxyfile;h=085c7d253970017e09a4602f6db63f2c78c80283;hb=b7a614eaa116524c062c3f8e78836803aacdb7d7;hp=bb7e9bf18ab1d5b5950a19b27231674f03082421;hpb=8f1f0a97d2daf9a73f0b49e8f75ba63ef5fdfd97;p=libfirm diff --git a/Doxyfile b/Doxyfile index bb7e9bf18..085c7d253 100644 --- a/Doxyfile +++ b/Doxyfile @@ -355,7 +355,7 @@ LOOKUP_CACHE_SIZE = 0 # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = no +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -487,7 +487,7 @@ SORT_MEMBERS_CTORS_1ST = NO # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. -SORT_GROUP_NAMES = NO +SORT_GROUP_NAMES = YES # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to