@@ -37,32 +37,6 @@
#define HV_UNUSED
#endif
-// @param[IN | OUT | INOUT]
-#ifndef IN
-#define IN
-#endif
-
-#ifndef OUT
-#define OUT
-#ifndef INOUT
-#define INOUT
-// @field[OPTIONAL | REQUIRED | REPEATED]
-#ifndef OPTIONAL
-#define OPTIONAL
-#ifndef REQUIRED
-#define REQUIRED
-#ifndef REPEATED
-#define REPEATED
#ifdef __cplusplus
#ifndef EXTERN_C