From db0a34a2fdfed614b5bb72240a0da783979dd0b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Sep 2011 00:27:49 +0000 Subject: Build documentation. git-svn-id: http://svn.drobilla.net/zix/trunk@11 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zix') 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, -- cgit v1.2.1