From: mzn Date: Sat, 7 Jun 2008 07:08:29 +0000 (+0000) Subject: Minor corrections. X-Git-Tag: V4_1_0_maintainance_20080609 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=20c36c3a3b8e588489088b4cca07aee21012edee;p=modules%2Fvisu.git Minor corrections. --- diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index 1fb8fa03..f79261a4 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -1619,14 +1619,14 @@ 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. + * with number 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. * \note \c addField() method should be called before in order to add field - * with number \c theFieldNum. + * with number theFieldNum. */ VISUType getPresentationType(in long theFieldNum);