[asterisk-bugs] [JIRA] (ASTERISK-29735) progdocs: Avoid multiple use of section labels
Sean Bright (JIRA)
noreply at issues.asterisk.org
Sun Nov 14 06:03:50 CST 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Bright updated ASTERISK-29735:
-----------------------------------
Assignee: Alexander Traud
> progdocs: Avoid multiple use of section labels
> ----------------------------------------------
>
> Key: ASTERISK-29735
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29735
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Documentation
> Affects Versions: 16.22.0, 18.8.0, 19.0.0
> Reporter: Alexander Traud
> Assignee: Alexander Traud
> Severity: Trivial
> Labels: patch
> Attachments: doxygen_ref.patch
>
>
> {code}
> sudo apt install doxygen
> make progdocs
> {code}
> gives a warning in the file {{doxygen.log}}:
> {code}
> include/asterisk/doxyref.h:300: warning: multiple use of section label 'ami' while adding section, (first occurrence: include/asterisk/doxyref.h, line 127)
> include/asterisk/doxyref.h:357: warning: multiple use of section label 'codec_generic' while adding section, (first occurrence: include/asterisk/doxyref.h, line 349)
> {code}
> The solution is to give unique names for those two sections. A grep revealed those sections are not referenced anywhere anyway. Consequently, one can make up a name.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list