Salome HOME
Add ModelAPI_AttributeIntArray to SWIG
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index de9c6d299f5dbb359aee66febcb07473c2003c73..2c2520ba9508f42935358c4ff69e55165113b3e8 100644 (file)
 #include "GeomAPI_AISObject.h"
 
 #include <vector>
-/**
-* Interface of a class which can provide specific customization of
-* object presentation
-*/ 
+
 class ModelAPI_Result;
 
+/** \class GeomAPI_ICustomPrs
+ *  \ingroup DataModel
+ *  \brief Interface of a class which can provide specific customization of
+ *         object presentation
+ */
 class GeomAPI_ICustomPrs
 {
 public: