From: Alexander Traud Date: Fri, 12 Nov 2021 19:52:27 +0000 (+0100) Subject: progdocs: Avoid multiple use of section labels. X-Git-Tag: 16.23.0-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73901308f8c36d525eb6ec6814fdf7b1d23dacc;p=thirdparty%2Fasterisk.git progdocs: Avoid multiple use of section labels. ASTERISK-29735 Change-Id: I56935e73f7bd1d4ae2721d11040f4835da64b810 --- 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