Salome HOME
Transfer data model for object browser under module responsibility
[modules/shaper.git] / src / XGUI / XGUI_Tools.h
index 9ea32e03ebb6bee6e06b97adbdc3b28c64345e00..1a5c7b05f2b2103dc91e33dcc25025ef9a47742f 100644 (file)
@@ -12,6 +12,7 @@
 #include <memory>
 
 /*!
+ \ingroup GUI
  \brief Return directory part of the file path.
 
  If the file path does not include directory part (the file is in the
@@ -62,6 +63,8 @@ bool XGUI_EXPORT isModelObject(FeaturePtr theFeature);
  \param theFeature a feature
  */
 std::string XGUI_EXPORT featureInfo(FeaturePtr theFeature);
-}
+
+
+};
 
 #endif