aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Formats/StructuredFormatService.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Formats/StructuredFormatService.kt b/src/Formats/StructuredFormatService.kt
index 0a146d84..0eb042ca 100644
--- a/src/Formats/StructuredFormatService.kt
+++ b/src/Formats/StructuredFormatService.kt
@@ -129,9 +129,6 @@ public abstract class StructuredFormatService(val locationService: LocationServi
}
}
- private fun DocumentationNode.hasDescriptionOrTags() =
- content.description != ContentEmpty || !content.sections.isEmpty()
-
private fun DocumentationNode.appendOverrides(to: StringBuilder) {
overrides.forEach {
to.append("Overrides ")