Swift: add INTERNAL doc marker to ql.internal classes

This commit is contained in:
Paolo Tranquilli
2023-01-17 10:30:59 +01:00
parent b22da25e05
commit 6106edd5e2
4 changed files with 19 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ class Class:
@property
def has_doc(self) -> bool:
return bool(self.doc)
return bool(self.doc) or self.ql_internal
@dataclass