X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=ee5963425b8b29b25be94c759d843b213a097c7e;hb=2916ae8c17d00da3baa3dcd0fa4da8178b7c5f30;hp=39f874bb6299c1680104ee577a90a6bab8aa7524;hpb=e2a1963d2ddaf89d33494212a0a16f7a368797e0;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index 39f874b..ee59634 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, /**