doc: Hide the private fields of CoglQuaternion

Reviewed-by: Robert Bragg <robert@linux.intel.com>

(cherry picked from commit a98a69017cdf8879816c1a341e4982b57ef1bc32)
This commit is contained in:
Damien Lespiau 2012-05-11 12:20:33 +01:00 committed by Robert Bragg
parent 86a5259578
commit 542fdcd2b0

View File

@ -127,6 +127,7 @@ struct _CoglQuaternion
float y; float y;
float z; float z;
/*< private >*/
float padding0; float padding0;
float padding1; float padding1;
float padding2; float padding2;