X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=c806e5785be23b3a7353d2c4e2a6bf338c658ea7;hp=88ceb161c1c052a5637d7398a08fae63d6ae5e3c;hb=1708c99d4b6263863304d48ebca3b3473d6a0112;hpb=87f1e8bee62d2bf04f2d2cb123e5639e2a2cd9ba diff --git a/include/struct.h b/include/struct.h index 88ceb16..c806e57 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, /**