C#: Fix quality issues

This commit is contained in:
Tamas Vajk
2024-06-28 11:09:40 +02:00
parent 1cf5e89b96
commit 199a9688af
47 changed files with 79 additions and 85 deletions

View File

@@ -9,5 +9,5 @@ namespace Semmle.Extraction.CSharp
Best, // The most likely element associated with a comment
Before, // The element before the comment
After // The element after the comment
};
}
}

View File

@@ -9,5 +9,5 @@ namespace Semmle.Extraction.CSharp
XmlDoc, // Comment starting /// ...
Multiline, // Comment starting /* ..., even if the comment only spans one line.
MultilineContinuation // The second and subsequent lines of comment in a multiline comment.
};
}
}