doxygenclass for a template specialization not found #569
Labels
documentation
Generated html, changelog, inline comments
enhancement
Improvements, additions (also cosmetics)
I'm trying to reference a C++ template specialization in a doxygenclass directive:
In rst, this works fine:
but is there syntax to reference the Foo<std::vector> specialization? No incarnation like this seems to work:
This gives: WARNING: doxygenclass: Cannot find class "Foo<std::vector>" in doxygen xml output"
Is this supported? What is the syntax? Thanks for any guidance.
foo.tar.gz
The text was updated successfully, but these errors were encountered: