From: mzn Date: Fri, 6 Jun 2008 14:50:25 +0000 (+0000) Subject: Small changes in documentation comments(it concerns IPAL19693). X-Git-Tag: V4_1_0_maintainance_20080609~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc1b115d4043b6ae85338c44acc8f7f482311d49;p=modules%2Fvisu.git Small changes in documentation comments(it concerns IPAL19693). --- diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index bfd1dc91..1fb8fa03 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -1618,11 +1618,15 @@ module VISU { /*! Sets the type of presentation (vectors, deformed shape etc.) * which will be generated by the method generatePresentations. + * \note \c addField() method should be called before in order to add field + * with number \c theFieldNum. */ void setPresentationType(in long theFieldNum, in VISUType theType); /*! Gets the type of presentation (vectors, deformed shape etc.) which will - * be generated by the method generatePresentations. + * be generated by the method generatePresentations. + * \note \c addField() method should be called before in order to add field + * with number \c theFieldNum. */ VISUType getPresentationType(in long theFieldNum);