From c7bb8c21acb3d3568d71e8b1a144cdc8c9662906 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Fri, 6 Jul 2018 10:22:13 +0300 Subject: [PATCH] doc: net: gptp: Fix gptp API function description The user API function descriptions were pointing to wrong function documentation. Signed-off-by: Jukka Rissanen --- doc/subsystems/networking/gptp_release_notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/subsystems/networking/gptp_release_notes.rst b/doc/subsystems/networking/gptp_release_notes.rst index a5a9403d4d1..224b72a7098 100644 --- a/doc/subsystems/networking/gptp_release_notes.rst +++ b/doc/subsystems/networking/gptp_release_notes.rst @@ -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.