X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdoxygen.c;h=a5436f38c056f83406018a5598b0014de374e4ee;hp=a1705f625054b14ce302938ba3ebe6eb676f0d32;hb=9e6203ab5881638185e10b09b1f40428e95fb98c;hpb=873f8e5f55818e711903331d849c86f479d7e2b7 diff --git a/src/doxygen.c b/src/doxygen.c index a1705f6..a5436f3 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -4,6 +4,7 @@ * - src/casl2.c * - src/comet2.c * - src/dumpword.c + * - src/casl2rev.c * * \section そのほかのソースファイル * - src/assemble.c @@ -13,29 +14,33 @@ * - 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/exec.h + * - include/hash.h + * - include/monitor.h + * - include/package.h * - include/struct.h + * - include/version.h * - include/word.h - * - include/hash.h - * - include/cerr.h - * - include/cmem.h * * \section Webサイト * http://www.j8takagi.net/yacasl2/ * - * \section 外部仕様書 - * http://www.j8takagi.net/yacasl2/doc/yacasl2.html + * \section 外部仕様書(マニュアル) + * http://www.j8takagi.net/yacasl2/doc/manual.html * * \section CASLII仕様書 * - * 試験で使用する情報処理用語・プログラム言語など(2008年10月版) - * http://www.jitec.ipa.go.jp/1_00topic/topic_20081027_hani_yougo.pdf (PDFファイル) + * 試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日) + * http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf (PDFファイル) * 別紙 1 アセンブラ言語の仕様 * * \section ライセンス