]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/ConstructionPlugin_Plane.h
Salome HOME
Update the doxygen documentation for plugins
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plane.h
index e58dd2ec4a4e76b7b297b5adc1bfc213d08b94b5..369f20586bf2d0aadd87700b2972d8bf20ba56b0 100644 (file)
@@ -20,9 +20,9 @@ const std::string FACE_ATTR = "planeFace";
 /// attribute name for distance
 const std::string DISTANCE_ATTR = "distance";
 
-/**\class ConstructionPlugin_Axis
+/**\class ConstructionPlugin_Plane
  * \ingroup DataModel
- * \brief Feature for creation of the new axis in PartSet.
+ * \brief Feature for creation of the new planar surface in PartSet.
  */
 class ConstructionPlugin_Plane : public ModelAPI_Feature, public GeomAPI_ICustomPrs
 {