From cc1af911c4d5375d43e52ec261be2e6477ba4636 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Tue, 22 Mar 2011 00:07:46 +0900 Subject: [PATCH] =?utf8?q?Doxygen=E3=81=AE=E8=A8=98=E8=BF=B0=E3=82=92?= =?utf8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/doxygen.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/doxygen.c b/src/doxygen.c index a6611ca..7eb00fa 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -1,31 +1,31 @@ /** * \mainpage YACASL2 内部仕様書 * \section メイン関数 - * - casl2.c - * - comet2.c - * - dumpword.c + * - src/casl2.c + * - src/comet2.c + * - src/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 + * - src/assemble.c + * - src/cerr.c + * - src/cmd.c + * - src/cmem.c + * - src/dump.c + * - src/exec.c + * - src/hash.c + * - src/label.c + * - src/struct.c + * - src/token.c + * - src/word.c * * \section ヘッダファイル - * - assemble.h - * - exec.h - * - struct.h - * - word.h - * - hash.h - * - cerr.h - * - cmem.h + * - include/assemble.h + * - include/exec.h + * - include/struct.h + * - include/word.h + * - include/hash.h + * - include/cerr.h + * - include/cmem.h * * \section Webサイト * http://www.j8takagi.net/yacasl2/ -- 2.18.0