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