]> j8takagi.net git repositories - yacasl2.git/commitdiff
Doxygenトップページにリンク追加などの修正 v0.5p51
authorj8takagi <j8takagi@nifty.com>
Wed, 10 Jun 2026 00:52:30 +0000 (09:52 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 10 Jun 2026 00:55:05 +0000 (09:55 +0900)
https://claude.ai/share/bff74cd1-433e-4b4a-9221-a8e8d696afa2

VERSION
src/doxygen.c

diff --git a/VERSION b/VERSION
index 5a4ee0c873777c0edc4e1d01d714fd777366b06c..ddeae1556a82dcc4f7ad93d927e264558869c83f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.5p50
+v0.5p51
index 4de72cf471682a0a87f6d2ca8e72a4f67fd2a888..6cdcc4005f95315b7193e78005992e747f073300 100644 (file)
@@ -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日)</a>
  *   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
  */