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

Alexander Traud (JIRA) noreply at issues.asterisk.org
Fri Nov 12 13:50:49 CST 2021


Alexander Traud created ASTERISK-29735:
------------------------------------------

             Summary: 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: 19.0.0, 18.8.0, 16.22.0
            Reporter: Alexander Traud
            Severity: Trivial
         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