[asterisk-bugs] [JIRA] (ASTERISK-29735) progdocs: Avoid multiple use of section labels
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Thu Nov 18 09:17:49 CST 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=257006#comment-257006 ]
Friendly Automation commented on ASTERISK-29735:
------------------------------------------------
Change 17353 merged by Friendly Automation:
progdocs: Avoid multiple use of section labels.
[https://gerrit.asterisk.org/c/asterisk/+/17353|https://gerrit.asterisk.org/c/asterisk/+/17353]
> 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