From: Artem Zhidkov Date: Thu, 16 Jul 2020 06:17:39 +0000 (+0300) Subject: Fix documentation warnings. X-Git-Tag: V9_6_0a1~53 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e970ad1953c6d0bfb1265353de0c3a3630491fe5;p=modules%2Fshaper.git Fix documentation warnings. --- diff --git a/src/FeaturesPlugin/doc/filletFeature.rst b/src/FeaturesPlugin/doc/filletFeature.rst index 9d3192e81..b41c2e16b 100644 --- a/src/FeaturesPlugin/doc/filletFeature.rst +++ b/src/FeaturesPlugin/doc/filletFeature.rst @@ -82,12 +82,12 @@ Input fields: **TUI Command**: -.. py:function:: model.addFillet(Part_doc, [face,edge], R1, R2) +.. py:function:: model.addFillet(Part_doc, shapes, R1, R2) - :param part: The current part object. - :param list: A list of faces and edges subject to fillet operation in format *model.selection(TYPE, shape)*. - :param number: Start radius value. - :param number: End radius value. + :param document Part_doc: The current part object. + :param list shapes: A list of faces and edges subject to fillet operation in format *model.selection(TYPE, shape)*. + :param double R1: Start radius value. + :param double R2: End radius value. :return: Created object. Result