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

can't find base compound refid: cpp/types/integral_constant #8

Closed dhanjit closed 5 years ago

dhanjit commented 6 years ago

error: can't find base compound refid: cpp/types/integral_constant

I am providing tags from cppreference in doxyfile

TAGFILES               = "doxygen/resources/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"
vovkos commented 6 years ago

Steps to reproduce? Could you provide the original C++ project or at least the Doxygen XML database?

vovkos commented 5 years ago

No hints for the issue reproduction were given. Most likely, HIDE_UNDOC_RELATIONS was set to default (FALSE) and it caused bogus links to omitted members or template arguments. Closing now.