mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Actually generated unique type documentation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user