READMEのCASL II仕様書へのリンクを修正
[YACASL2.git] / src / doxygen.c
1 /**
2  * \mainpage YACASL2 内部仕様書
3  * \section メイン関数
4  * - src/casl2.c
5  * - src/comet2.c
6  * - src/comet2monitor.c
7  * - src/dumpword.c
8  * - src/casl2rev.c
9  * - src/comet2monitor.c
10  *
11  * \section そのほかのソースファイル
12  * - src/assemble.c
13  * - src/cerr.c
14  * - src/cmem.c
15  * - src/disassemble.c
16  * - src/dump.c
17  * - src/exec.c
18  * - src/hash.c
19  * - src/label.c
20  * - src/monitor.c
21  * - src/struct.c
22  * - src/token.c
23  * - src/word.c
24  *
25  * \section ヘッダファイル
26  * - include/assemble.h
27  * - include/cerr.h
28  * - include/cmem.h
29  * - include/disassemble.h
30  * - include/exec.h
31  * - include/hash.h
32  * - include/monitor.h
33  * - include/package.h
34  * - include/struct.h
35  * - include/token.h
36  * - include/version.h
37  * - include/word.h
38  *
39  * \section Webサイト
40  * http://www.j8takagi.net/yacasl2/
41  *
42  * \section 外部仕様書(マニュアル)
43  * http://www.j8takagi.net/yacasl2/doc/manual.html
44  *
45  * \section CASLII仕様書
46  *
47  *   試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日)</a>
48  *   http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf (PDFファイル)
49  *       別紙 1 アセンブラ言語の仕様
50  *
51  * \section ライセンス
52  * \author j8takagi
53  *
54  * YACASL2 is licensed under the MIT license.
55  *
56  * MIT Licenseの詳細は、LICENSEファイルを参照してください。
57  */