X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile.in;h=0fb190e7e144845246c9c35400dc372ff76ebdfa;hp=6bb41263a5ecd309d832fed66f94c4038430825d;hb=8fe2d9b713fb28673fd78c21accbb908ce799e07;hpb=2dbf661e686b887d3519a9dc348fd57fb73cd30b diff --git a/doxyfile.in b/doxyfile.in index 6bb4126..0fb190e 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.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" +INPUT = "data-%USR_JA_DEV%/mainpage.txt" +INPUT += "@M17NLIB@/src/m17n-core.h" +INPUT += "@M17NLIB@/src/m17n.h" +INPUT += "@M17NLIB@/src/m17n-win.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 @@ -426,7 +434,6 @@ HTML_FOOTER = @abs_srcdir@/footer.html # will generate a default style sheet HTML_STYLESHEET = @abs_srcdir@/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 @@ -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.