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

Add rst simple table support #13

Closed wandns closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   89.36%   89.36%           
=======================================
  Files          14       14           
  Lines        2079     2079           
=======================================
  Hits         1858     1858           
  Misses        221      221

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ab28103...c8fd7a0. Read the comment docs.

vovkos commented 5 years ago

This commit seems to be in conflict with your previous one (regarding ulink support).

Also, please declare Lua local variables (such as tbl, maxwidth, etc) as 'local' so that these names don't (unintentionally) pollute the global namespace.

vovkos commented 5 years ago

Also, there's a major update/redesign coming. A lot has been changed and moved around. So after fixing this pull request, please don't submit more -- wait until I carefully merge branches (later this week). Thanks!

wandns commented 5 years ago

Ok, I've rebased and added local scope specifier.

Thanks for the nice tool, and pardon my Lua...I'm a complete noob when it comes to that language :).

vovkos commented 5 years ago

Thanks! And no worries about your Lua, that was just a small thing.