Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71359c commit f2222d3Copy full SHA for f2222d3
3 files changed
ql/ql/test/queries/style/NonDocBlock/Foo.qll
@@ -0,0 +1,13 @@
1
+/*
2
+ * This should be QLDoc.
3
+ */
4
+
5
+/**
6
+ * this is fine
7
8
+predicate foo() { any() }
9
10
+/* Note: this is bad. */
11
+class Foo extends string {
12
+ Foo() { this = "FOo" }
13
+}
ql/ql/test/queries/style/NonDocBlock/NonDocBlock.expected
@@ -0,0 +1,2 @@
+| Foo.qll:1:1:3:3 | BlockComment | Block comment could be QLDoc for $@. | Foo.qll:1:1:13:2 | TopLevel | the file |
+| Foo.qll:10:1:10:24 | BlockComment | Block comment could be QLDoc for $@. | Foo.qll:11:7:11:9 | Class Foo | the below code |
ql/ql/test/queries/style/NonDocBlock/NonDocBlock.qlref
@@ -0,0 +1 @@
+queries/style/NonDocBlock.ql
0 commit comments