| 65 | |
| 66 | template <class T> |
| 67 | std::string tref(T const & t) |
| 68 | { |
| 69 | return "@ref " + namespaceOf<T>::value + "::" + t.toString() + " \"" + friendlyName(t) + "\""; |
| 70 | } |
| 71 | |
| 72 | template <class T> |
| 73 | std::string iconref(T const & t) |
no test coverage detected