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 ulink tag support #12

Closed wandns closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   89.12%   89.36%   +0.24%     
==========================================
  Files          14       14              
  Lines        2051     2079      +28     
==========================================
+ Hits         1828     1858      +30     
+ Misses        223      221       -2
Impacted Files Coverage Δ
src/Module.cpp 92.76% <100%> (+0.04%) :arrow_up:
src/DoxyXmlType.cpp 85.08% <100%> (+0.36%) :arrow_up:
src/DoxyXmlType.h 98.95% <100%> (+0.75%) :arrow_up:
src/Module.h 100% <100%> (ø) :arrow_up:

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 f52d62d...2508991. Read the comment docs.

vovkos commented 5 years ago

In my own doxy-comments I use rst links, so I never needed translation for ulinks. But now I'm really surprised I never have noticed missing links in samples :)

But yes, you are right, ulink-s should be translated to basic external links in rst.