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