summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-18 00:27:49 +0000
committerDavid Robillard <d@drobilla.net>2011-09-18 00:27:49 +0000
commitdb0a34a2fdfed614b5bb72240a0da783979dd0b4 (patch)
tree5f4803ce1d905235d46d799bed347ad562c94f3b /zix
parenta267e6c2f935fcab94e66e0f1c897a9357d5f3a9 (diff)
downloadzix-db0a34a2fdfed614b5bb72240a0da783979dd0b4.tar.gz
zix-db0a34a2fdfed614b5bb72240a0da783979dd0b4.tar.bz2
zix-db0a34a2fdfed614b5bb72240a0da783979dd0b4.zip
Build documentation.
git-svn-id: http://svn.drobilla.net/zix/trunk@11 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'zix')
-rw-r--r--zix/common.h2
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,