Salome HOME
Merge branch 'V9_5_BR'
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index 3ee60386a8aeb4026a47ea5caf404b0a052b863f..ab7f06cf4a7ab1a2e399df573c84b3a7d215421c 100644 (file)
@@ -48,7 +48,8 @@ class Model_AttributeSelection : public ModelAPI_AttributeSelection,
   /// Reference to the parent attribute, if any (to split selection compounds in issue 1799)
   Model_AttributeSelectionList* myParent;
 
-  std::shared_ptr<Model_Document> myRestoreDocument; // current document to restore by name
+  /// current document to restore by name
+  std::shared_ptr<Model_Document> myRestoreDocument;
   /// If true attribute selects geometry instead of shape.
   bool myIsGeometricalSelection;