X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=c806e5785be23b3a7353d2c4e2a6bf338c658ea7;hb=2d7d58498f34123eb9c2d082d93578079e6af56a;hp=a247605f7baaa2677b3b4b9ac774bacda429ea0d;hpb=60d4c2573a30a48520545195b9ef89814fc60708;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index a247605..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, /**