Repro with ```cpp /** * @tparam T1,T2 too */ template<typename T1, typename T2> int func(int x, int y) { return func< // signature help here } ``` It works for param doxygen comments and hover with tparam.