C#: Convert some multi-line comments

This commit is contained in:
Tom Hvitved
2019-01-14 13:31:45 +01:00
parent b81d2ca8fa
commit f90b0fd16f
23 changed files with 168 additions and 264 deletions

View File

@@ -13,7 +13,7 @@
import csharp
import semmle.code.csharp.metrics.Coupling
/* Self-containedness on file level */
// Self-containedness on file level
from File f, float selfContaindness, int efferentSourceCoupling, int efferentCoupling
where
efferentSourceCoupling = count(File g |