From: Alexander Traud Date: Fri, 11 May 2018 15:37:57 +0000 (+0200) Subject: rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code. X-Git-Tag: 15.5.0-rc1~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b80c0d3a79f4ebe3f8143aaec349014732ca70;p=thirdparty%2Fasterisk.git rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code. Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48 --- diff --git a/include/asterisk/rtp_engine.h b/include/asterisk/rtp_engine.h index 3426b2a1ea..670dbbe15d 100644 --- a/include/asterisk/rtp_engine.h +++ b/include/asterisk/rtp_engine.h @@ -1607,7 +1607,7 @@ int ast_rtp_codecs_payload_code_tx(struct ast_rtp_codecs *codecs, int asterisk_f * Example usage: * * \code - * int payload = ast_rtp_codecs_payload_code(&codecs, 0); + * int payload = ast_rtp_codecs_find_payload_code(&codecs, 0); * \endcode * * This looks for the numerical payload for ULAW in the codecs structure.