/*! 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);