File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class ErrorElement(Locatable):
11
11
```
12
12
13
13
This gets copied verbatim as QL doc comments for the class (with some internal handling for preservation of indentation,
14
- as explained in https://peps.python.org/pep-0257/#handling-docstring-indentation )
14
+ as explained in https://peps.python.org/pep-0257/#handling-docstring-indentation ).
15
15
16
16
## Properties
17
17
@@ -25,7 +25,7 @@ example property `name` in class `File` will get documented as
25
25
```
26
26
27
27
This documentation generation will expand common abbreviations. The list of expanded abbreviations can be found
28
- in ` swift/ codegen/generators/qlgen.py` .
28
+ in [ ` codegen/generators/qlgen.py ` ] ( ./ codegen/generators/qlgen.py) as a dictionary under the ` abbreviations ` variable .
29
29
30
30
The ` name of this file ` part in the example above can be customized by appending ` | doc("<replacement>") ` to the
31
31
property specification, for example
You can’t perform that action at this time.
0 commit comments