X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile;h=8b75442f96aa766d221050a00b81c7c60ba9979b;hp=3f470ac7fccc757948dd1979764056b9cce71c90;hb=8cae0c3dd457902b5b54c2364c47d979897c2e52;hpb=86c1d10a926c40251e85f0a4491f306f2280d06e diff --git a/doxyfile b/doxyfile index 3f470ac..8b75442 100644 --- a/doxyfile +++ b/doxyfile @@ -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 @@ -354,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 @@ -412,13 +413,13 @@ 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 @@ -466,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 @@ -512,7 +513,7 @@ 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. -EXTRA_PACKAGES = times +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