From: j8takagi Date: Thu, 6 Jan 2011 01:17:32 +0000 (+0900) Subject: 内部仕様書の修正 X-Git-Tag: v0.1p15~1 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=commitdiff_plain;h=d644fa5efb63608e59b9f7b84c7806c91c970b5d 内部仕様書の修正 --- diff --git a/Doxyfile b/Doxyfile index dec387e..40c7148 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1594,7 +1594,7 @@ DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. -DOT_PATH = /usr/local/bin +DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the diff --git a/src/doxygen.c b/src/doxygen.c index 6b1693e..a6611ca 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -5,6 +5,19 @@ * - comet2.c * - dumpword.c * + * \section そのほかのソースファイル + * - assemble.c + * - cerr.c + * - cmd.c + * - cmem.c + * - dump.c + * - exec.c + * - hash.c + * - label.c + * - struct.c + * - token.c + * - word.c + * * \section ヘッダファイル * - assemble.h * - exec.h