doxygen用にコメント修正。関数のstatic指定を外す
[YACASL2.git] / src / doxygen.c
diff --git a/src/doxygen.c b/src/doxygen.c
new file mode 100644 (file)
index 0000000..6b1693e
--- /dev/null
@@ -0,0 +1,35 @@
+/**
+ * \mainpage YACASL2 内部仕様書
+ * \section メイン関数
+ * - casl2.c
+ * - comet2.c
+ * - dumpword.c
+ *
+ * \section ヘッダファイル
+ * - assemble.h
+ * - exec.h
+ * - struct.h
+ * - word.h
+ * - hash.h
+ * - cerr.h
+ * - cmem.h
+ *
+ * \section Webサイト
+ * http://www.j8takagi.net/yacasl2/
+ *
+ * \section 外部仕様書
+ * http://www.j8takagi.net/yacasl2/doc/yacasl2.html
+ *
+ * \section CASLII仕様書
+ *
+ *   試験で使用する情報処理用語・プログラム言語など(2008年10月版)
+ *   http://www.jitec.ipa.go.jp/1_00topic/topic_20081027_hani_yougo.pdf (PDFファイル)
+ *       別紙 1 アセンブラ言語の仕様
+ *
+ * \section ライセンス
+ * \author j8takagi
+ *
+ * YACASL2 is licensed under the MIT license.
+ *
+ * MIT Licenseの詳細は、LICENSEファイルを参照してください。
+ */