Salome HOME
Fix some header comments in files
[modules/shaper.git] / src / GeomAPI / GeomAPI_Interface.h
index e5fac636a9bee588fde16e7b9ff40982d2a17a78..7083dedb466c17eba3cf8c188f355c1bde2edcc7 100644 (file)
@@ -55,7 +55,7 @@ class GEOMAPI_EXPORT GeomAPI_Interface
     myImpl.reset(theImpl);
   }
 
-  // Returns true if the impl is empty
+  /// Returns true if the impl is empty
   bool empty() const;
 };