X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdoxygen.c;h=4de72cf471682a0a87f6d2ca8e72a4f67fd2a888;hp=cc084fe2fc64f5ed93b037410e8cdb5c0fea6c69;hb=86e559d164166966a797a1e5855871d48e087ddd;hpb=0dc92ef3806ab8fd215b220472fe78d234b481aa diff --git a/src/doxygen.c b/src/doxygen.c index cc084fe..4de72cf 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -3,31 +3,38 @@ * \section メイン関数 * - src/casl2.c * - src/comet2.c + * - src/comet2monitor.c * - src/dumpword.c * - src/casl2rev.c + * - src/comet2monitor.c * * \section そのほかのソースファイル * - src/assemble.c * - src/cerr.c * - src/cmem.c + * - src/disassemble.c * - src/dump.c * - src/exec.c * - src/hash.c * - src/label.c + * - src/monitor.c * - src/struct.c * - src/token.c * - src/word.c * * \section ヘッダファイル * - include/assemble.h - * - include/exec.h - * - include/struct.h - * - include/word.h - * - include/hash.h * - include/cerr.h * - include/cmem.h + * - include/disassemble.h + * - include/exec.h + * - include/hash.h + * - include/monitor.h * - include/package.h + * - include/struct.h + * - include/token.h * - include/version.h + * - include/word.h * * \section Webサイト * http://www.j8takagi.net/yacasl2/