From 280dc29f14d0aa66f4c799d15d478a6d9920841e Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Tue, 14 Oct 2014 16:08:10 +0400 Subject: Use module.md to get package descriptors, filter sections with names of members, fix markdown for kotlin website, propagate content from parent to child with the name of section. --- .idea/runConfigurations/Stdlib.xml | 2 +- src/Formats/KotlinWebsiteFormatService.kt | 4 -- src/Formats/MarkdownFormatService.kt | 4 +- src/Formats/StructuredFormatService.kt | 14 +++--- src/Formats/TextFormatService.kt | 4 +- src/Generation/ConsoleGenerator.kt | 2 +- src/Kotlin/DocumentationBuilder.kt | 2 +- src/Locations/LocationService.kt | 2 +- src/Model/Content.kt | 4 +- src/Model/DocumentationModule.kt | 2 +- src/Model/DocumentationNode.kt | 12 +++++- src/main.kt | 28 +++++++++--- test/src/model/ClassTest.kt | 24 +++++------ test/src/model/CommentTest.kt | 72 +++++++++++++++---------------- test/src/model/FunctionTest.kt | 24 +++++------ test/src/model/JavaTest.kt | 2 +- test/src/model/PackageTest.kt | 12 +++--- test/src/model/PropertyTest.kt | 16 +++---- 18 files changed, 129 insertions(+), 101 deletions(-) diff --git a/.idea/runConfigurations/Stdlib.xml b/.idea/runConfigurations/Stdlib.xml index 2a040cac..4fb2b4ff 100644 --- a/.idea/runConfigurations/Stdlib.xml +++ b/.idea/runConfigurations/Stdlib.xml @@ -3,7 +3,7 @@