ドキュメントの修正
[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/struct.c
18  * - src/token.c
19  * - src/word.c
20  *
21  * \section ヘッダファイル
22  * - include/assemble.h
23  * - include/exec.h
24  * - include/struct.h
25  * - include/word.h
26  * - include/hash.h
27  * - include/cerr.h
28  * - include/cmem.h
29  *
30  * \section Webサイト
31  * http://www.j8takagi.net/yacasl2/
32  *
33  * \section 外部仕様書(マニュアル)
34  * http://www.j8takagi.net/yacasl2/doc/manual.html
35  *
36  * \section CASLII仕様書
37  *
38  *   試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日)</a>
39  *   http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf (PDFファイル)
40  *       別紙 1 アセンブラ言語の仕様
41  *
42  * \section ライセンス
43  * \author j8takagi
44  *
45  * YACASL2 is licensed under the MIT license.
46  *
47  * MIT Licenseの詳細は、LICENSEファイルを参照してください。
48  */