From e8e341b585430dfca96b85ed540b398bc0af93a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 23 Feb 2017 11:58:20 +0100 Subject: Alembic: documented use of CacheReader struct --- source/blender/alembic/intern/abc_util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/alembic') diff --git a/source/blender/alembic/intern/abc_util.h b/source/blender/alembic/intern/abc_util.h index 6be86056e45..5b53c86a859 100644 --- a/source/blender/alembic/intern/abc_util.h +++ b/source/blender/alembic/intern/abc_util.h @@ -32,6 +32,11 @@ # define ABC_INLINE static inline #endif +/** + * @brief The CacheReader struct is only used for anonymous pointers, + * to interface between C and C++ code. This library only creates + * pointers to AbcObjectReader (or subclasses thereof). + */ struct CacheReader { int unused; }; -- cgit v1.2.3