mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
fix parent links
This commit is contained in:
parent
951270c147
commit
1abaace21b
@ -116,7 +116,7 @@ tasks.create<SourceTask>("tectonicDocs") {
|
||||
}
|
||||
declaration.extendedTypes.forEach {
|
||||
if (!it.name.asString().equals("AbstractableTemplate")) {
|
||||
doc.append("Inherits from ${parseType(it, refactor)} \n")
|
||||
doc.append("Inherits from ${parseTypeLink(it, refactor)} \n")
|
||||
}
|
||||
}
|
||||
if (children.containsKey(name)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user