--- ../../../classlib/trunk/doc/kernel/kernel.cfg 2006-10-30 12:12:55.100772000 +0300 +++ vm.cfg 2006-10-31 19:33:55.587977000 +0300 @@ -32,7 +32,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "Harmony Kernel" +PROJECT_NAME = "DRLVM Interfaces" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -45,7 +45,7 @@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc/kernel_doc +OUTPUT_DIRECTORY = $(DRLVM_DOC_DIR)/drlvm_intf_doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -227,7 +227,7 @@ # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -421,7 +421,7 @@ # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = "$(HARMONY_DOC_DIR)/DoxygenKernelLog.txt" +WARN_LOGFILE = "$(DRLVM_DOC_DIR)/DoxygenDrlvmLog.txt" #--------------------------------------------------------------------------- # configuration options related to the input files @@ -432,11 +432,8 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -# Must set the HARMONY_DOC_DIR to find the input. -INPUT = \ - "$(HARMONY_DOC_DIR)/../modules/luni-kernel/src/main/java" \ - "$(HARMONY_DOC_DIR)/../modules/security-kernel/src/main/java" \ - "$(HARMONY_DOC_DIR)/kernel" +# Must set the CLASSLIB_DOC_DIR to find the input. +INPUT = "$(DRLVM_DOC_DIR)/../vm" # 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 @@ -445,7 +442,7 @@ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = *.txt *.java +FILE_PATTERNS = *.h *.java # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -457,7 +454,7 @@ # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = "$(DRLVM_DOC_DIR)/../vm/tests" # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. @@ -615,7 +612,7 @@ # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = "$(HARMONY_DOC_DIR)/hyfooter.txt" +HTML_FOOTER = "$(CLASSLIB_DOC_DIR)/hyfooter.txt" # 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 @@ -624,7 +621,7 @@ # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = "$(HARMONY_DOC_DIR)/hydoxygen.css" +HTML_STYLESHEET = "$(CLASSLIB_DOC_DIR)/hydoxygen.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 @@ -1008,7 +1005,7 @@ # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = doc/kernel_doc/doxy_tag +GENERATE_TAGFILE = $(DRLVM_DOC_DIR)/drlvm_intf_doc/doxy_tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes