Skip to content

Sphinx warning counted as Doxygen #113

@Letme

Description

@Letme

I have following output of warnings (sphinx):

<rst_prolog>:9: WARNING: Field list ends without a blank line; unexpected unindent.
<rst_prolog>:9: WARNING: Field list ends without a blank line; unexpected unindent.

With warnings plugin in command parsing (and output file) configuration to detect both Sphinx and Doxygen warnings, but that above warning is counted as Doxygen warning.

{
    "sphinx": {
        "enabled": true,
        "min": 0,
        "max": 0
    },
    "doxygen":{
        "enabled": true,
        "min": 0,
        "max": 0
    }
}

It seems like some plugin outputs bad Sphinx warning, but it should be counted as Sphinx warning and not as doxygen.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions