You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm doxygen'ing a C++ header file with a namespaced class, cuda::version_t. I'm also @ref'ing that class in the file comment. Unfortunately - the '@ref fails with error:
warning: unable to resolve reference to 'cuda::version_t' for \ref command
I don't understand why that is: The class is visible and documented.