Actually generated unique type documentation

This commit is contained in:
Yair Morgenstern
2023-07-02 01:36:28 +03:00
parent d0643efe6b
commit bb22b1de72
4 changed files with 50 additions and 7 deletions

View File

@ -65,7 +65,7 @@ class UniqueDocsWriter {
lines += "## " + targetType.name + " uniques"
if (targetType.documentationString.isNotEmpty())
lines += "!!! note \"\"\n\n ${targetType.documentationString}"
lines += "!!! note \"\"\n\n ${targetType.documentationString}\n"
for (uniqueType in uniqueTypes) {
if (uniqueType.getDeprecationAnnotation() != null) continue