X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=ee5963425b8b29b25be94c759d843b213a097c7e;hp=0825ac19965520ecea797b8d67adac784d48ae58;hb=7fbde1700bbe9d8f779033ad3b842d3dceb3e1c6;hpb=4aaa5bc19f9fe9f0bb22d2854e91d0b9f78d8708 diff --git a/include/struct.h b/include/struct.h index 0825ac1..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, /**