X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile;h=170fb924f82968afce1c66912a91e0e4c0548f81;hp=044dcf8ac60398ca478a1ebcfc89fa82cd87ae74;hb=7fd7cc789024c630f28d609d4f8917cd4a582282;hpb=cce6d2787df1b2fcbeb916b3e37a0096549f3775 diff --git a/doxyfile b/doxyfile index 044dcf8..170fb92 100644 --- a/doxyfile +++ b/doxyfile @@ -203,7 +203,7 @@ SORT_MEMBER_DOCS = no # 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. @@ -315,7 +315,7 @@ INPUT = %INPUT% # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -FILE_PATTERNS = *.c +FILE_PATTERNS = *.c *.txt # The RECURSIVE tag can be used to turn specify whether or not subdirectories @@ -425,7 +425,7 @@ HTML_FOOTER = footer.html # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet -HTML_STYLESHEET = m17n-lib.css +HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to