Hi,
With this implementation :
class TestClass {
[...]
public:
/**
* @brief DOCUMENTATION
*/
template <class T>
void functionTest();
};
I have "Undocumented API: functionTest", and i don't understand why ?
Thank you in advance for your answer.
sonarqube : v5.4
sonar-cxx : v0.9.5