diff options
Diffstat (limited to 'zix/common.h')
-rw-r--r-- | zix/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zix/common.h b/zix/common.h index ee18664..2107df5 100644 --- a/zix/common.h +++ b/zix/common.h @@ -22,6 +22,7 @@ @{ */ +/** @cond */ #ifdef ZIX_SHARED # ifdef __WIN32__ # define ZIX_LIB_IMPORT __declspec(dllimport) @@ -38,6 +39,7 @@ #else # define ZIX_API #endif +/** @endcond */ typedef enum { ZIX_STATUS_SUCCESS, |