rdmsr / cppdoc

C++ documentation generator
MIT License
44 stars 3 forks source link

only report a failure from pygmentize as a warning, not an error #6

Closed db48x closed 5 days ago

db48x commented 5 days ago

It shouldn’t fail to generate the documentation just because pygmentize doesn’t recognize the language used in the code block. Instead it should just output an unhilighted code block containing the text.

rdmsr commented 5 days ago

Thank you!