Skip to content

Command to extract errors from odocl files #557

@lpw25

Description

@lpw25

Currently problems, such as unresolved references, are reported as warnings when building documentation. Unfortunately, warnings just get lost in people's build logs and never seen. We can convert them to errors, but that prevents you from building the docs to see where the problem is.

I would like a command that would give me a list of issues when given an .odocl file. (I can't remember if these files exist yet, but I mean the files that represent a module after linking but before generating html).

At the moment I am using a hacked up python script that read's the html to do this. It is very useful for finding issues, but a proper command would be much better.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions