From 57b4956a8a34843d52e5434cde4fc0cdf0dec7f0 Mon Sep 17 00:00:00 2001 From: Alexander Traud <pabstraud@compuserve.com> Date: Fri, 12 Nov 2021 20:52:27 +0100 Subject: [PATCH] progdocs: Avoid multiple use of section labels. ASTERISK-29735 Change-Id: I56935e73f7bd1d4ae2721d11040f4835da64b810 --- include/asterisk/doxyref.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h index 73da187029..04e46ef7ce 100644 --- a/include/asterisk/doxyref.h +++ b/include/asterisk/doxyref.h @@ -297,7 +297,7 @@ * \page AstHTTP AMI over HTTP support * The http.c file includes support for manager transactions over * http. - * \section ami AMI - The manager Interface + * \section amihttp AMI - The manager Interface * \arg \link Config_ami Configuration file \endlink */ @@ -354,7 +354,7 @@ /*! * \addtogroup formats Module: Media File Formats - * \section codec_generic Asterisk Format drivers + * \section format_generic Asterisk Format drivers * Formats are modules that read or write media files to disk. * \par See also * \arg \ref codecs -- GitLab