mirror of
https://github.com/github/codeql.git
synced 2026-02-10 12:11:07 +01:00
19 lines
464 B
XML
19 lines
464 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
|
|
|
|
<overview>
|
|
<p>This query finds namespaces that have an afferent coupling greater than 20.</p>
|
|
|
|
<p>The query counts number of namespaces depending on a namespace and
|
|
displays those that have more than 20 namespaces depending on them.</p>
|
|
</overview>
|
|
|
|
<references>
|
|
<li>C++ reference: <a href="https://en.cppreference.com/w/cpp/language/namespace">Namespaces</a>
|
|
</li>
|
|
</references>
|
|
</qhelp>
|