X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fstruct.h;h=54a2418b94240ff0e9bfe80983d4fba93fb8083c;hb=03e322484530da78d796401413d9f5f493d95345;hp=61fc03bca670992074c888422b5363c268f6212d;hpb=9e662b933c41f16c22598248b8aefe7c8efb4c88;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index 61fc03b..54a2418 100644 --- a/include/struct.h +++ b/include/struct.h @@ -1,10 +1,11 @@ #ifndef YACASL2_CASL2_INCLUDED #define YACASL2_CASL2_INCLUDED +#include #include "word.h" /** - * COMET IIの規格 + * @brief COMET IIの規格値 */ enum { CMDSIZE = 4, /**<命令の最大文字数 */ @@ -14,7 +15,7 @@ enum { }; /** - * COMET II フラグのマスク値 + * @brief COMET II フラグのマスク値 */ enum { OF = 0x4, /**