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