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):
1111```
1212
1313This 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 ).
1515
1616## Properties
1717
@@ -25,7 +25,7 @@ example property `name` in class `File` will get documented as
2525```
2626
2727This 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 .
2929
3030The ` name of this file ` part in the example above can be customized by appending ` | doc("<replacement>") ` to the
3131property specification, for example
You can’t perform that action at this time.
0 commit comments