Swift: add full docs to stub classes

This commit is contained in:
Paolo Tranquilli
2023-11-21 16:28:06 +01:00
parent b4fd95bd6a
commit e40c53a340
6 changed files with 11 additions and 18 deletions

View File

@@ -1,5 +1,10 @@
{{#ql_internal}}
{{#has_doc}}
/**
{{#doc}}
* {{.}}
{{/doc}}
{{#ql_internal}}
* INTERNAL: Do not use.
*/
{{/ql_internal}}
*/
{{/has_doc}}