mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C#: Fix quality issues
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user