X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile.in;h=6bb41263a5ecd309d832fed66f94c4038430825d;hp=769c7c02f9c4b36515f3333059e72afce3725a70;hb=7d96e6d3446f65dd6e486cc348558459a7fe5386;hpb=e45bc20064dd8d224f49a02aec2558129977551b diff --git a/doxyfile.in b/doxyfile.in index 769c7c0..6bb4126 100644 --- a/doxyfile.in +++ b/doxyfile.in @@ -196,7 +196,7 @@ INLINE_INFO = YES # declaration order. ### # this seems to affect the order of module list. Dec14 Nishikimi -SORT_MEMBER_DOCS = yes +SORT_MEMBER_DOCS = no # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first @@ -308,7 +308,7 @@ WARN_LOGFILE = warning # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "@M17NLIB@/src/m17n-core.h" "@M17NLIB@/src/m17n.h" "@M17NLIB@/src/m17n-win.h" "@M17NLIB@/src/m17n-X.h" "@M17NLIB@/src/m17n-err.h" "@M17NLIB@/src/" +INPUT = "data-%USR_JA_DEV%/mainpage.txt" "@M17NLIB@/src/m17n-core.h" "@M17NLIB@/src/m17n.h" "@M17NLIB@/src/m17n-win.h" "@M17NLIB@/src/m17n-X.h" "@M17NLIB@/src/m17n-err.h" "@M17NLIB@/src/" "data-%USR_JA_DEV%/dbformat.txt" # 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 @@ -340,7 +340,7 @@ EXCLUDE_PATTERNS = font-flt.c font-ft.c link*.c # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = data-%USR_JA_DEV% # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -362,7 +362,7 @@ IMAGE_PATH = /project/mule/m17n-lib/docs/doxygen/images # input file. Doxygen will then use the output that the filter program writes # to standard output. -INPUT_FILTER = @abs_srcdir@/utils/%INPUT_FILTER%_filter.rb +INPUT_FILTER = @abs_srcdir@/utils/%USR_JA_DEV%_filter.rb # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source @@ -391,7 +391,7 @@ COLS_IN_ALPHA_INDEX = 5 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. -IGNORE_PREFIX = +IGNORE_PREFIX = m M #--------------------------------------------------------------------------- # configuration options related to the HTML output @@ -425,7 +425,7 @@ HTML_FOOTER = @abs_srcdir@/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 = @abs_srcdir@/m17nlib.css +HTML_STYLESHEET = @abs_srcdir@/m17n-lib.css # HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, @@ -513,14 +513,14 @@ PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. -EXTRA_PACKAGES = +EXTRA_PACKAGES = m17n-lib times # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! -LATEX_HEADER = header.tex +LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will @@ -602,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 = +MAN_EXTENSION = .3m # 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 @@ -672,6 +672,7 @@ INCLUDE_FILE_PATTERNS = # omitted =1 is assumed. PREDEFINED = FOR_DOXYGEN +#PREDEFINED += DOXYGEN_INTERNAL_MODULE # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.