Skip to content

Commit 7b230bc

Browse files
committed
[DOC] Documentation for flags of RObject
1 parent 0196c85 commit 7b230bc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

object.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@
4242
#include "builtin.h"
4343
#include "shape.h"
4444

45+
/* Flags of RObject
46+
*
47+
* 1: ROBJECT_EMBED
48+
* The object has its instance variables embedded (the array of
49+
* instance variables directly follow the object, rather than being
50+
* on a separately allocated buffer).
51+
* if !SHAPE_IN_BASIC_FLAGS
52+
* 4-19: SHAPE_FLAG_MASK
53+
* Shape ID for the object.
54+
* endif
55+
*/
56+
4557
/*!
4658
* \addtogroup object
4759
* \{

0 commit comments

Comments
 (0)