diff --git a/include/hpp/manipulation/graph/edge.hh b/include/hpp/manipulation/graph/edge.hh index c08a98554806f92eaaaa023d184868b3f760a4ed..154e161912c7d4f415a3dec7b41db9f66f31936b 100644 --- a/include/hpp/manipulation/graph/edge.hh +++ b/include/hpp/manipulation/graph/edge.hh @@ -75,11 +75,10 @@ namespace hpp { /// object to a node where the robot holds the object, the /// configuration constraints represent a fixed relative /// position of the object with respect to the gripper and a - /// stable position of the object. Configuration constraints - /// are necessary to generate a configuration in the start node - /// of the edge that can reach a given configuration in the - /// destination node by an admissible path. \sa methods - /// configConstraint, canConnect, applyConstraints. + /// stable position of the object. Configuration constraints are + /// necessary to generate a configuration in the destination + /// node of the edge that is reachable from a given + /// configuration in the start node by an admissible path. class HPP_MANIPULATION_DLLAPI Edge : public GraphComponent { public: