Added doxygen markers.
This commit is contained in:
parent
80fc8bff5d
commit
9b458ac5a6
|
|
@ -200,10 +200,14 @@ void ecrt_sdo_request_write(ec_sdo_request_t *req)
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
/** \cond */
|
||||
|
||||
EXPORT_SYMBOL(ecrt_sdo_request_timeout);
|
||||
EXPORT_SYMBOL(ecrt_sdo_request_data);
|
||||
EXPORT_SYMBOL(ecrt_sdo_request_state);
|
||||
EXPORT_SYMBOL(ecrt_sdo_request_read);
|
||||
EXPORT_SYMBOL(ecrt_sdo_request_write);
|
||||
|
||||
/** \endcond */
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue