]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor corrections. V4_1_0_maintainance_20080609
authormzn <mzn@opencascade.com>
Sat, 7 Jun 2008 07:08:29 +0000 (07:08 +0000)
committermzn <mzn@opencascade.com>
Sat, 7 Jun 2008 07:08:29 +0000 (07:08 +0000)
idl/VISU_Gen.idl

index 1fb8fa03fa6f1d2f186459ca4b2b382beadec95a..f79261a4f844842df0eb5a6007420d4e31df6c6b 100644 (file)
@@ -1619,14 +1619,14 @@ module VISU {
     /*! Sets the type of presentation (vectors, deformed shape etc.)
      *  which will be generated by the method <VAR>generatePresentations</VAR>.
      *  \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 <VAR>generatePresentations</VAR>.
      *  \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);