qpcpp/doxygen/lint.dox

11 lines
574 B
Plaintext
Raw Normal View History

2017-05-17 13:15:09 -04:00
namespace QP {
2016-06-10 21:51:18 -04:00
/*! @page lint PC-Lint
2015-05-22 20:38:16 -04:00
The QP/C++ framework comes with extensive support for automatic rule checking by means of <a class="extern" target="_blank" href="http://www.gimpel.com/">PC-Lint</a>, which is designed not just for proving compliance of the QP/C++ framework code, but more importantly, to aid in checking compliance of the application-level code. Any organization engaged in designing safety-related embedded software could benefit from the unprecedented quality infrastructure built around the QP/C++ framework.
2015-05-14 16:05:04 -04:00
@sa ports_lint
*/
2017-05-17 13:15:09 -04:00
} // namespace QP