Salome HOME
Update the doxygen documentation for plugins
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index c398a33bce83e204803d9bfc3fa7dd6bfbba7e80..cbed444b76919614476c2d0ea53f5a0068926f26 100644 (file)
@@ -16,6 +16,7 @@
 class GeomAPI_ICustomPrs
 {
 public:
+  /// Modifies the given presentation in the custom way.
   virtual void customisePresentation(AISObjectPtr thePrs) = 0;
 };