From fed2eb7cc1a744624c27611a6853433825f58333 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 5 Dec 2023 11:08:03 +0700 Subject: [PATCH] Fix doxygen link. --- pjsip/include/pjsip/sip_transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjsip/include/pjsip/sip_transport.h b/pjsip/include/pjsip/sip_transport.h index a1ef3bf09..5e5370e76 100644 --- a/pjsip/include/pjsip/sip_transport.h +++ b/pjsip/include/pjsip/sip_transport.h @@ -511,7 +511,7 @@ PJ_DECL(char*) pjsip_rx_data_get_info(pjsip_rx_data *rdata); * fills the \a endpt_info (i.e. the \a mod_data) with zeros. * * @param src The source to be cloned. - * @param flags The clone flags, see pjsip_rx_data_clone_flag. + * @param flags The clone flags, see #pjsip_rx_data_clone_flag. * @param p_rdata Pointer to receive the cloned rdata. * * @return PJ_SUCCESS on success or the appropriate error.