mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -55,7 +55,7 @@ class JSDoc extends @jsdoc, Locatable {
|
||||
* }
|
||||
* </pre>
|
||||
*/
|
||||
abstract class Documentable extends ASTNode {
|
||||
abstract class Documentable extends AstNode {
|
||||
/** Gets the JSDoc comment for this element, if any. */
|
||||
cached
|
||||
JSDoc getDocumentation() {
|
||||
|
||||
Reference in New Issue
Block a user