X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=doxyfile;h=3f470ac7fccc757948dd1979764056b9cce71c90;hp=122cbbd685be5cbf3d5051c45156c27e1481315f;hb=86c1d10a926c40251e85f0a4491f306f2280d06e;hpb=2fd8a2ae6d6ab4fedde65d2950ae089a4cdb7a2b diff --git a/doxyfile b/doxyfile index 122cbbd..3f470ac 100644 --- a/doxyfile +++ b/doxyfile @@ -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. @@ -425,7 +425,7 @@ HTML_FOOTER = 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 = 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 @@ -501,18 +501,18 @@ 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. -EXTRA_PACKAGES = m17n-lib times +EXTRA_PACKAGES = 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