[asterisk-bugs] [JIRA] (ASTERISK-29733) progdocs: Avoid name with Doxygen \file

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


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

Asterisk Team updated ASTERISK-29733:
-------------------------------------

    Target Release Version/s: 19.1.0

> progdocs: Avoid name with Doxygen \file
> ---------------------------------------
>
>                 Key: ASTERISK-29733
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29733
>             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_file.patch
>
>
> {code}
> sudo apt install doxygen
> make progdocs
> {code}
> gives three warnings in the file {{doxygen.log}}:
> {code}
> include/asterisk/res_prometheus.h:23: warning: the name 'res_prometheus' supplied as the argument in the \file statement is not an input file
> res/prometheus/prometheus_internal.h:23: warning: the name 'prometheus_internal' supplied as the argument in the \file statement is not an input file
> res/prometheus/prometheus_internal.h:27: warning: the name 'res_prometheus' supplied as the argument in the \file statement is not an input file
> {code}because a *module* name (without file extension) but not the *file* name (.h or .c) was given. Because Doxygen uses the name of the current file automatically, the parameter can simply be dropped. The attached patch takes that approach.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list