X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=c806e5785be23b3a7353d2c4e2a6bf338c658ea7;hb=8875445b1ac1434ead366e06866619fd57d71c2c;hp=e862786713a1b49f983d13695e45f4f929b5f810;hpb=71c7607d809b725d66ef21471041e2677c71be4e;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index e862786..c806e57 100644 --- a/include/struct.h +++ b/include/struct.h @@ -5,7 +5,7 @@ #include "word.h" /** - * COMET IIの規格 + * @brief COMET IIの規格値 */ enum { CMDSIZE = 4, /**<命令の最大文字数 */ @@ -15,7 +15,7 @@ enum { }; /** - * COMET II フラグのマスク値 + * @brief COMET II フラグのマスク値 */ enum { OF = 0x4, /**