X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile.in;h=7e6849a72510e09e100dc5231ecc946cc8093c92;hp=072548d7d1ddecf3a0b2ef4395960d3bebb00516;hb=085e36a9f58bd803b3fc57944d6f1af6a49cac7c;hpb=eee321927f8f6d5506f13b20a2ed8aa0fc941b7a diff --git a/doxyfile.in b/doxyfile.in index 072548d..7e6849a 100644 --- a/doxyfile.in +++ b/doxyfile.in @@ -308,7 +308,15 @@ WARN_LOGFILE = warning # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "data-%USR_JA_DEV%/mainpage.c" "@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" +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" # 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 +348,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 +370,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 @@ -425,8 +433,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 = +HTML_STYLESHEET = @abs_srcdir@/m17n-lib.css # 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 @@ -513,7 +520,7 @@ 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 = doxygen-m17n +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 @@ -672,7 +679,7 @@ INCLUDE_FILE_PATTERNS = # omitted =1 is assumed. PREDEFINED = FOR_DOXYGEN -#PREDEFINED += DOXYGEN_INTERNAL_MODULE +#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.