# HG changeset patch # User Florian Pose # Date 1230566385 0 # Node ID 24442312c8c6554c7ae36ce091142f726e8d1e2d # Parent ac49105b1b23cf279368f3c669d3457f50a2d033 Added missing doxygen docs. diff -r ac49105b1b23 -r 24442312c8c6 master/sdo_request.c --- a/master/sdo_request.c Mon Dec 29 15:50:57 2008 +0000 +++ b/master/sdo_request.c Mon Dec 29 15:59:45 2008 +0000 @@ -93,8 +93,8 @@ * \attention Only the index subindex and data are copied. */ int ec_sdo_request_copy( - ec_sdo_request_t *req, - const ec_sdo_request_t *other + ec_sdo_request_t *req, /**< SDO request. */ + const ec_sdo_request_t *other /**< Other SDO request to copy from. */ ) { req->index = other->index;