[asterisk-bugs] [JIRA] (ASTERISK-29735) progdocs: Avoid multiple use of section labels

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Dec 2 12:58:37 CST 2021


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-29735:
-------------------------------------

    Target Release Version/s: 19.1.0

> 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
>      Target Release: 16.23.0, 18.9.0, 19.1.0
>
>         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