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.
_DocnameModifier
_DocModifier
1 parent 37b405f commit c22a7e1Copy full SHA for c22a7e1
1 file changed
swift/codegen/lib/schema/defs.py
@@ -12,7 +12,7 @@ def modify(self, prop: _schema.Property):
12
13
14
@_dataclass
15
-class _DocnameModifier(_schema.PropertyModifier):
+class _DocModifier(_schema.PropertyModifier):
16
doc: str
17
18
def modify(self, prop: _schema.Property):
@@ -113,7 +113,7 @@ def f(cls: type) -> type:
113
list = _TypeModifier(_Listifier())
114
115
child = _ChildModifier()
116
-doc = _DocnameModifier
+doc = _DocModifier
117
desc = _DescModifier
118
119
qltest = _Namespace(
0 commit comments