Swift: add QLdoc for Generated modules

This commit is contained in:
Paolo Tranquilli
2023-11-21 16:18:28 +01:00
parent 2c5ce3216e
commit 5b724a7aaf
299 changed files with 1489 additions and 297 deletions

View File

@@ -10,6 +10,10 @@ private import {{import_prefix}}.Raw
import {{.}}
{{/imports}}
/**
* INTERNAL: This module contains the fully generated definition of `{{name}}` and should not
* be referenced directly.
*/
module Generated {
/**
{{#doc}}