*** empty log message ***
[m17n/m17n-docs.git] / doxyfile
index 6fb5fcc..225f2f1 100644 (file)
--- a/doxyfile
+++ b/doxyfile
@@ -124,7 +124,7 @@ CLASS_DIAGRAMS         = YES
 # be generated. Documented entities will be cross-referenced with these sources.
 # with a discussion with Handa, decided to set to NO Jan/8/2002
 
-SOURCE_BROWSER         = 
+SOURCE_BROWSER         = no
 
 # Setting the INLINE_SOURCES tag to YES will include the body 
 # of functions and classes directly in the documentation.
@@ -163,13 +163,13 @@ HIDE_SCOPE_NAMES       = NO
 # will generate a verbatim copy of the header file for each class for 
 # which an include is specified. Set to NO to disable this.
 
-VERBATIM_HEADERS       = yes
+VERBATIM_HEADERS       = no
 
 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
 # will put list of the files that are included by a file in the documentation 
 # of that file.
 
-SHOW_INCLUDE_FILES     = yes
+SHOW_INCLUDE_FILES     = no
 
 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
 # will interpret the first line (until the first dot) of a JavaDoc-style 
@@ -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