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

[frame/common] fixes #19: Tables are rendered correctly. #20

Closed ghochee closed 5 years ago

ghochee commented 5 years ago

Currently the tables are not rendered correctly due to an extra newline after the header row. This commit fixes it.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   87.32%   87.32%           
=======================================
  Files          14       14           
  Lines        2043     2043           
=======================================
  Hits         1784     1784           
  Misses        259      259

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 e526f76...76e4c26. Read the comment docs.