X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdoxygen.c;h=7eb00faade27e32ac7bbfd62aa769ee554c24f6d;hp=a6611ca8bde8965af18bb69ce8161a10ab4410f8;hb=cc1af911c4d5375d43e52ec261be2e6477ba4636;hpb=d644fa5efb63608e59b9f7b84c7806c91c970b5d 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/