vovkos / doxyrest

A compiler from Doxygen XML to reStructuredText -- hence, the name. It parses XML databases generated by Doxygen and produces reStructuredText for the Python documentation generator Sphinx.
MIT License
306 stars 23 forks source link

Restrict parser to only add images from Doxygen XML with an HTML type #52

Open KeithBallard opened 1 year ago

KeithBallard commented 1 year ago

PS: sorry for the second user name. I didn't realize which account I used to open the issue.

This pull request is in reference to: #51

The open questions to me are:

  1. Is my assumption about image tags applicable to all users?
  2. Or should there be a configuration option to select a particular tag?
  3. More broadly, should be apply to more than just images?