From dc1b115d4043b6ae85338c44acc8f7f482311d49 Mon Sep 17 00:00:00 2001 From: mzn Date: Fri, 6 Jun 2008 14:50:25 +0000 Subject: [PATCH] Small changes in documentation comments(it concerns IPAL19693). --- idl/VISU_Gen.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- 2.39.2