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