Skip to content

Commit 70caa9b

Browse files
authored
Merge pull request github#2105 from shati-patel/qldoc-spec
Terminology update
2 parents 6e8764d + 9bb1b4f commit 70caa9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/language/ql-spec/qldoc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Association
1818
A QLDoc comment may be 'associated with' any of the following QL syntax elements:
1919

2020
- Class declarations
21-
- Predicate declarations
22-
- Method declarations
21+
- Non-member predicate declarations
22+
- Member predicate declarations
2323
- Modules
2424

25-
For class, method, and predicate declarations, the associated QLDoc comment (if any) is the closest preceding QLDoc comment.
25+
For class and predicate declarations, the associated QLDoc comment (if any) is the closest preceding QLDoc comment.
2626

2727
For modules, the associated QLDoc comment (if any) is the QLDoc comment which is the first element in the file, and moreover is not associated with any other QL element.
2828

2929
Inheritance
3030
-----------
3131

32-
If a method has no directly associated QLDoc and overrides a set of methods which all have the same QLDoc, then the method inherits that QLDoc.
32+
If a member predicate has no directly associated QLDoc and overrides a set of member predicates which all have the same QLDoc, then the member predicate inherits that QLDoc.
3333

3434
Content
3535
-------

0 commit comments

Comments
 (0)