X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdoxygen.c;h=4de72cf471682a0a87f6d2ca8e72a4f67fd2a888;hp=8fffe8d88c1a8657135f9d76c4de588693f747b1;hb=HEAD;hpb=b8b0bb2a7b5ef20cdbee5f555c5846dfc1c7f981 diff --git a/src/doxygen.c b/src/doxygen.c index 8fffe8d..4de72cf 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -3,29 +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/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 - * - include/hash.h - * - include/cerr.h - * - include/cmem.h * * \section Webサイト * http://www.j8takagi.net/yacasl2/