X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile;h=170fb924f82968afce1c66912a91e0e4c0548f81;hp=f4b3fb24fcd4f457d0481107f052c26aa0d2aadf;hb=7fd7cc789024c630f28d609d4f8917cd4a582282;hpb=4e48b96b9a983fb146df1a86739e5dd7a7294eab diff --git a/doxyfile b/doxyfile index f4b3fb2..170fb92 100644 --- a/doxyfile +++ b/doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.2.9.1 -*- coding: euc-jp; -*- +# Doxyfile 1.2.9.1 -*- coding: euc-jp; -*- # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -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. @@ -308,22 +308,14 @@ WARN_LOGFILE = warning # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "data-%USR_JA_DEV%/mainpage.txt" -INPUT += "%M17NLIB%/src/m17n-core.h" -INPUT += "%M17NLIB%/src/m17n.h" -INPUT += "%M17NLIB%/src/m17n-gui.h" -INPUT += "%M17NLIB%/src/m17n-X.h" -INPUT += "%M17NLIB%/src/m17n-err.h" -INPUT += "%M17NLIB%/src/" -INPUT += "data-%USR_JA_DEV%/dbformat.txt" -INPUT += "%M17NLIB%/example/README.txt" +INPUT = %INPUT% # 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 # 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 @@ -433,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 @@ -469,7 +461,7 @@ TOC_EXPAND = yes # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. -DISABLE_INDEX = no +DISABLE_INDEX = yes # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. @@ -609,7 +601,7 @@ MAN_OUTPUT = # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) -MAN_EXTENSION = .3m +MAN_EXTENSION = %MAN_EXTENSION% # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity