X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile;h=225f2f1f03ca6dd8903665ed4882670a109b502a;hp=3bcace23683d9b8024d8a8f87ad9336aa4865766;hb=1b2af6ce7aedce105572827d5cb7c84eb030f962;hpb=5ffd689d5ad4e1b3fddc80a1518bdf7237bc9e14 diff --git a/doxyfile b/doxyfile index 3bcace2..225f2f1 100644 --- a/doxyfile +++ b/doxyfile @@ -124,7 +124,7 @@ CLASS_DIAGRAMS = YES # be generated. Documented entities will be cross-referenced with these sources. # with a discussion with Handa, decided to set to NO Jan/8/2002 -SOURCE_BROWSER = +SOURCE_BROWSER = no # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. @@ -163,13 +163,13 @@ HIDE_SCOPE_NAMES = NO # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. -VERBATIM_HEADERS = yes +VERBATIM_HEADERS = no # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put list of the files that are included by a file in the documentation # of that file. -SHOW_INCLUDE_FILES = yes +SHOW_INCLUDE_FILES = no # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style @@ -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. @@ -213,7 +213,7 @@ TAB_SIZE = 8 # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. -ENABLED_SECTIONS = +ENABLED_SECTIONS = %ENABLED_SECTIONS% # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo @@ -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 @@ -362,6 +354,7 @@ EXAMPLE_PATTERNS = # the \image command). IMAGE_PATH = /project/mule/m17n-lib/docs/doxygen/images +IMAGE_PATH += ../m17n-db/FORMATS # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program @@ -420,20 +413,20 @@ HTML_OUTPUT = # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = header.html +HTML_HEADER = header.%USR_JA_DEV%.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = footer.html +HTML_FOOTER = footer.%USR_JA_DEV%.html # The HTML_STYLESHEET tag can be used to specify a user defined cascading # style sheet that is used by each HTML page. It can be used to # 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 @@ -474,7 +467,7 @@ 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. -ENUM_VALUES_PER_LINE = 4 +ENUM_VALUES_PER_LINE = 1 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be # generated containing a tree-like index structure (just like the one that @@ -509,13 +502,13 @@ LATEX_OUTPUT = # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. -COMPACT_LATEX = yes +COMPACT_LATEX = no # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. -PAPER_TYPE = a4 +PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. @@ -609,7 +602,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