doc: net: gptp: Fix gptp API function description

The user API function descriptions were pointing to wrong
function documentation.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2018-07-06 10:22:13 +03:00 committed by Anas Nashif
parent 5ea5b8d35f
commit c7bb8c21ac
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ Application interfaces
Only two Application Interfaces as defined in section 9 of the standard
are available:
- ClockTargetPhaseDiscontinuity interface (:cpp:func:`gptp_event_capture()`)
- ClockTargetEventCapture interface (:cpp:func:`gptp_register_phase_dis_cb()`)
- ClockTargetPhaseDiscontinuity interface (:cpp:func:`gptp_register_phase_dis_cb()`)
- ClockTargetEventCapture interface (:cpp:func:`gptp_event_capture()`)
Function prototypes can be found in :file:`include/net/gptp.h` and in the
:ref:`networking_api` documentation.