root/src/doxygen.c

/* [<][>][^][v][top][bottom][index][help] */
   1 /**
   2  * \mainpage YACASL2 内部仕様書 - Doxygen
   3  * \section sec_main メイン関数
   4  * - \ref "src/casl2.c"
   5  * - \ref "src/comet2.c"
   6  * - \ref "src/comet2monitor.c"
   7  * - \ref "src/dumpword.c"
   8  * - \ref "src/casl2rev.c"
   9  *
  10  * \section sec_othersrc そのほかのソースファイル
  11  * - \ref "src/assemble.c"
  12  * - \ref "src/cerr.c"
  13  * - \ref "src/cmem.c"
  14  * - \ref "src/disassemble.c"
  15  * - \ref "src/dump.c"
  16  * - \ref "src/exec.c"
  17  * - \ref "src/hash.c"
  18  * - \ref "src/label.c"
  19  * - \ref "src/load.c"
  20  * - \ref "src/monitor.c"
  21  * - \ref "src/struct.c"
  22  * - \ref "src/token.c"
  23  * - \ref "src/word.c"
  24  *
  25  * \section sec_header ヘッダファイル
  26  * - \ref "include/assemble.h"
  27  * - \ref "include/cerr.h"
  28  * - \ref "include/cmem.h"
  29  * - \ref "include/disassemble.h"
  30  * - \ref "include/exec.h"
  31  * - \ref "include/hash.h"
  32  * - \ref "include/load.h"
  33  * - \ref "include/monitor.h"
  34  * - \ref "include/package.h"
  35  * - \ref "include/struct.h"
  36  * - \ref "include/token.h"
  37  * - \ref "include/version.h"
  38  * - \ref "include/word.h"
  39  *
  40  * \section sec_web Webサイト
  41  * http://www.j8takagi.net/yacasl2/
  42  *
  43  * \section sec_spec 外部仕様書
  44  * マニュアル http://www.j8takagi.net/yacasl2/doc/manual.html
  45  *
  46  * \section sec_casl2spec CASLII仕様書
  47  * 情報処理技術者試験 アセンブラ言語の仕様 https://www.j8takagi.net/yacasl2/doc/casl2_spec/casl2_spec.html
  48  *
  49  * \section sec_license ライセンス
  50  * \author j8takagi
  51  *
  52  * YACASL2 is licensed under the MIT license.
  53  *
  54  * MIT Licenseの詳細は、LICENSEファイルを参照してください。 https://www.j8takagi.net/yacasl2/license.txt
  55  */

/* [<][>][^][v][top][bottom][index][help] */