mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
11 lines
579 B
Plaintext
11 lines
579 B
Plaintext
namespace QP {
|
|
|
|
/*! @page lint PC-Lint
|
|
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.
|
|
|
|
@sa ports_lint
|
|
*/
|
|
|
|
} // namespace QP
|
|
|