From d898d1c5e6e1457748eec9faa33b5963b2e3f6a9 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 10 Jun 2026 11:07:47 +0900 Subject: [PATCH] =?utf8?q?Doxygen=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?utf8?q?=E3=83=B3=E3=83=88=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E6=9B=B4?= =?utf8?q?=E6=96=B0=E3=81=AA=E3=81=A9=E3=81=AE=E7=B7=A8=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- src/doxygen.c | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index 2d9c26f..4f27249 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5p52 +v0.5p53 diff --git a/src/doxygen.c b/src/doxygen.c index 6cdcc40..a78f9b2 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -40,23 +40,16 @@ * \section sec_web Webサイト * http://www.j8takagi.net/yacasl2/ * - * \section sec_spec 外部仕様書(マニュアル) - * http://www.j8takagi.net/yacasl2/doc/manual.html + * \section sec_spec 外部仕様書 + * マニュアル http://www.j8takagi.net/yacasl2/doc/manual.html * * \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 アセンブラ言語の仕様 + * 情報処理技術者試験 アセンブラ言語の仕様 https://www.j8takagi.net/yacasl2/doc/casl2_spec/casl2_spec.html * * \section sec_license ライセンス * \author j8takagi * * YACASL2 is licensed under the MIT license. * - * MIT Licenseの詳細は、LICENSEファイルを参照してください。 - * http://www.j8takagi.net/yacasl2/doc/license.txt + * MIT Licenseの詳細は、LICENSEファイルを参照してください。 https://www.j8takagi.net/yacasl2/license.txt */ -- 2.47.3