Doxygen 1.8.10

I have problems that a template member function get not referenced via \ref.

Here is the test case:

/*!
  * \brief some Docu
* see here \ref MyClass::convert<T>(bool* ok = nullptr) Snippet 
"convert\<T\>(bool* ok)" some more docu...
  */
struct MyClass
{
  /*!
   * \brief some docu
   */
    template<typename T>
    T convert(bool* ok = nullptr);
};

What am I doing wrong?

Regards,
Zack

------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to