Salome HOME
Documentation fixes.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Circ.h
index 3791071dd0e35890be5ba40bfa916de0294b32cc..32cac89686e2ee8ebb7e5a0b2054cf773c4bb3fd 100644 (file)
@@ -51,8 +51,9 @@ class GeomAPI_Circ : public GeomAPI_Interface
    *         at a distance less than the tolerance value. Return FALSE if the point
    *         is beyond the tolerance limit or if computation fails.
    *         Max Tolerance value is currently limited to 1.e-4
-   *  \param[in] theOrigin point of origin.
-   *  \param[in] theDir direction of axis.
+   *  \param[in] thePoint point of origin.
+   *  \param[in] theTolerance tolerance of computation.
+   *  \param[out] theParameter resulting parameter.
    */
   GEOMAPI_EXPORT const bool parameter(const std::shared_ptr<GeomAPI_Pnt> thePoint,
                                       const double theTolerance,