From 3ec632addac62e38ab21eb858e1b20cd598fdac8 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 10 Jun 2026 09:52:30 +0900 Subject: [PATCH] =?utf8?q?Doxygen=E3=83=88=E3=83=83=E3=83=97=E3=83=9A?= =?utf8?q?=E3=83=BC=E3=82=B8=E3=81=AB=E3=83=AA=E3=83=B3=E3=82=AF=E8=BF=BD?= =?utf8?q?=E5=8A=A0=E3=81=AA=E3=81=A9=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://claude.ai/share/bff74cd1-433e-4b4a-9221-a8e8d696afa2 --- VERSION | 2 +- src/doxygen.c | 87 +++++++++++++++++++++++++++------------------------ 2 files changed, 47 insertions(+), 42 deletions(-) diff --git a/VERSION b/VERSION index 5a4ee0c..ddeae15 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5p50 +v0.5p51 diff --git a/src/doxygen.c b/src/doxygen.c index 4de72cf..6cdcc40 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -1,57 +1,62 @@ /** - * \mainpage YACASL2 内部仕様書 - * \section メイン関数 - * - src/casl2.c - * - src/comet2.c - * - src/comet2monitor.c - * - src/dumpword.c - * - src/casl2rev.c - * - src/comet2monitor.c - * - * \section そのほかのソースファイル - * - src/assemble.c - * - src/cerr.c - * - src/cmem.c - * - src/disassemble.c - * - src/dump.c - * - src/exec.c - * - src/hash.c - * - src/label.c - * - src/monitor.c - * - src/struct.c - * - src/token.c - * - src/word.c - * - * \section ヘッダファイル - * - include/assemble.h - * - include/cerr.h - * - include/cmem.h - * - include/disassemble.h - * - include/exec.h - * - include/hash.h - * - include/monitor.h - * - include/package.h - * - include/struct.h - * - include/token.h - * - include/version.h - * - include/word.h - * - * \section Webサイト + * \mainpage YACASL2 内部仕様書 - Doxygen + * \section sec_main メイン関数 + * - \ref "src/casl2.c" + * - \ref "src/comet2.c" + * - \ref "src/comet2monitor.c" + * - \ref "src/dumpword.c" + * - \ref "src/casl2rev.c" + * + * \section sec_othersrc そのほかのソースファイル + * - \ref "src/assemble.c" + * - \ref "src/cerr.c" + * - \ref "src/cmem.c" + * - \ref "src/disassemble.c" + * - \ref "src/dump.c" + * - \ref "src/exec.c" + * - \ref "src/hash.c" + * - \ref "src/label.c" + * - \ref "src/load.c" + * - \ref "src/monitor.c" + * - \ref "src/struct.c" + * - \ref "src/token.c" + * - \ref "src/word.c" + * + * \section sec_header ヘッダファイル + * - \ref "include/assemble.h" + * - \ref "include/cerr.h" + * - \ref "include/cmem.h" + * - \ref "include/disassemble.h" + * - \ref "include/exec.h" + * - \ref "include/hash.h" + * - \ref "include/load.h" + * - \ref "include/monitor.h" + * - \ref "include/package.h" + * - \ref "include/struct.h" + * - \ref "include/token.h" + * - \ref "include/version.h" + * - \ref "include/word.h" + * + * \section sec_web Webサイト * http://www.j8takagi.net/yacasl2/ * - * \section 外部仕様書(マニュアル) + * \section sec_spec 外部仕様書(マニュアル) * http://www.j8takagi.net/yacasl2/doc/manual.html * - * \section CASLII仕様書 + * \section sec_casl2spec CASLII仕様書 + * + * 情報処理技術者試験 アセンブラ言語の仕様 + * https://www.j8takagi.net/yacasl2/doc/casl2_spec/casl2_spec.html * * 試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日) * http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf (PDFファイル) * 別紙 1 アセンブラ言語の仕様 * - * \section ライセンス + * \section sec_license ライセンス * \author j8takagi * * YACASL2 is licensed under the MIT license. * * MIT Licenseの詳細は、LICENSEファイルを参照してください。 + * http://www.j8takagi.net/yacasl2/doc/license.txt */ -- 2.47.3