SonarQube version: 5.6
Programming Language: C
Issue with ‘Public API Documentation’ metric.
As per the documentation, below comments are valid for Public API, however SonarQube still showing this as Public Undocumented API.
/**
- Comments
- Comments
*/
API int fun(const char *id, char **key);
Please help us understand what we are missing.
We have even tried out the below way of Public API Documentation:
/*!
*Comments
*Comments
*/
///Comments
///Comments
///Comments
//!Comments
//!Comments
//!Comments