1e6bea127114a104ae1a266f3a391813496b3136
[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/manual.html
34  *
35  * \section CASLII仕様書
36  *
37  *   試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日)</a>
38  *   http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.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  */