Skip to content

Commit 9109527

Browse files
committed
Update doc
1 parent 49ddeab commit 9109527

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Three/include/CGAL/Three/Scene_item.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ class SCENE_ITEM_EXPORT Scene_item : public QObject{
7676
NORMALS = 0x4, //!< Invalidate the normal of each vertex.
7777
ALL = GEOMETRY|COLORS|NORMALS //!< Invalidate everything
7878
};
79+
80+
#ifdef DOXYGEN_RUNNING
81+
//! \brief Flag interface for Scene_item::Gl_data_name.
82+
enum Gl_data_names{};
83+
#endif
7984
Q_DECLARE_FLAGS(Gl_data_names, Gl_data_name)
8085

8186
//! \brief The default color of a scene_item.

0 commit comments

Comments
 (0)