index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
.gitattributes
2
-rw-r--r--
.gitignore
3
-rw-r--r--
.idea/.name
1
-rw-r--r--
.idea/artifacts/dokka_jar.xml
9
-rw-r--r--
.idea/artifacts/dokka_zip.xml
27
-rw-r--r--
.idea/artifacts/javadoc_jar.xml
8
-rw-r--r--
.idea/compiler.xml
40
-rw-r--r--
.idea/copyright/profiles_settings.xml
4
-rw-r--r--
.idea/encodings.xml
2
-rw-r--r--
.idea/inspectionProfiles/Project_Default.xml
7
-rw-r--r--
.idea/inspectionProfiles/profiles_settings.xml
8
-rw-r--r--
.idea/kotlinc.xml
2
-rw-r--r--
.idea/misc.xml
27
-rw-r--r--
.idea/modules.xml
39
-rw-r--r--
.idea/runConfigurations/All_tests.xml
7
-rw-r--r--
.idea/runConfigurations/Core_tests.xml
21
-rw-r--r--
.idea/runConfigurations/Dokka.xml
23
-rw-r--r--
.idea/runConfigurations/Gradle_integration_tests.xml
21
-rw-r--r--
.idea/runConfigurations/Playground.xml
9
-rw-r--r--
.idea/runConfigurations/Stdlib.xml
23
-rw-r--r--
.idea/runConfigurations/Stdlib_Javadoc.xml
15
-rw-r--r--
README.md
480
-rw-r--r--
build.gradle
44
-rw-r--r--
buildSrc/build.gradle
4
-rw-r--r--
buildSrc/src/main/groovy/org/jetbrains/CorrectShadowPublishing.groovy
9
-rw-r--r--
core/build.gradle
10
-rw-r--r--
core/src/main/kotlin/Analysis/AnalysisEnvironment.kt
221
-rw-r--r--
core/src/main/kotlin/Analysis/CoreProjectFileIndex.kt
3
-rw-r--r--
core/src/main/kotlin/Analysis/DokkaAnalyzerFacades.kt
164
-rw-r--r--
core/src/main/kotlin/DokkaBootstrapImpl.kt
70
-rw-r--r--
core/src/main/kotlin/Formats/FormatDescriptor.kt
1
-rw-r--r--
core/src/main/kotlin/Formats/FormatService.kt
2
-rw-r--r--
core/src/main/kotlin/Formats/HtmlFormatService.kt
6
-rw-r--r--
core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt
224
-rw-r--r--
core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt
136
-rw-r--r--
core/src/main/kotlin/Formats/MarkdownFormatService.kt
39
-rw-r--r--
core/src/main/kotlin/Formats/PackageListService.kt
11
-rw-r--r--
core/src/main/kotlin/Formats/StandardFormats.kt
11
-rw-r--r--
core/src/main/kotlin/Formats/StructuredFormatService.kt
756
-rw-r--r--
core/src/main/kotlin/Formats/YamlOutlineService.kt
2
-rw-r--r--
core/src/main/kotlin/Generation/DocumentationMerger.kt
229
-rw-r--r--
core/src/main/kotlin/Generation/DokkaGenerator.kt
93
-rw-r--r--
core/src/main/kotlin/Generation/FileGenerator.kt
87
-rw-r--r--
core/src/main/kotlin/Generation/configurationImpl.kt
64
-rw-r--r--
core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt
29
-rw-r--r--
core/src/main/kotlin/Java/JavadocParser.kt
7
-rw-r--r--
core/src/main/kotlin/Kotlin/ContentBuilder.kt
2
-rw-r--r--
core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt
11
-rw-r--r--
core/src/main/kotlin/Kotlin/DescriptorDocumentationParser.kt
8
-rw-r--r--
core/src/main/kotlin/Kotlin/DocumentationBuilder.kt
172
-rw-r--r--
core/src/main/kotlin/Kotlin/ExternalDocumentationLinkResolver.kt
115
-rw-r--r--
core/src/main/kotlin/Kotlin/KotlinAsJavaDocumentationBuilder.kt
5
-rw-r--r--
core/src/main/kotlin/Kotlin/KotlinElementSignatureProvider.kt
11
-rw-r--r--
core/src/main/kotlin/Kotlin/KotlinLanguageService.kt
4
-rw-r--r--
core/src/main/kotlin/Languages/JavaLanguageService.kt
8
-rw-r--r--
core/src/main/kotlin/Locations/Location.kt
19
-rw-r--r--
core/src/main/kotlin/Model/Content.kt
14
-rw-r--r--
core/src/main/kotlin/Model/DocumentationNode.kt
39
-rw-r--r--
core/src/main/kotlin/Model/DocumentationReference.kt
68
-rw-r--r--
core/src/main/kotlin/Model/PackageDocs.kt
2
-rw-r--r--
core/src/main/kotlin/Samples/DefaultSampleProcessingService.kt
8
-rw-r--r--
core/src/main/kotlin/Samples/KotlinWebsiteSampleProcessingService.kt
86
-rw-r--r--
core/src/main/kotlin/Utilities/DokkaModules.kt
25
-rw-r--r--
core/src/main/kotlin/Utilities/ServiceLocator.kt
7
-rw-r--r--
core/src/main/kotlin/javadoc/docbase.kt
119
-rw-r--r--
core/src/main/kotlin/javadoc/dokka-adapters.kt
9
-rw-r--r--
core/src/main/resources/dokka/format/kotlin-website-samples.properties
2
-rw-r--r--
core/src/main/resources/dokka/format/kotlin-website.properties
2
-rw-r--r--
core/src/test/kotlin/DokkaConfigurationTestImplementations.kt
81
-rw-r--r--
core/src/test/kotlin/TestAPI.kt
302
-rw-r--r--
core/src/test/kotlin/format/GFMFormatTest.kt
18
-rw-r--r--
core/src/test/kotlin/format/HtmlFormatTest.kt
161
-rw-r--r--
core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt
73
-rw-r--r--
core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt
79
-rw-r--r--
core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt
39
-rw-r--r--
core/src/test/kotlin/format/MarkdownFormatTest.kt
453
-rw-r--r--
core/src/test/kotlin/issues/IssuesTest.kt
16
-rw-r--r--
core/src/test/kotlin/javadoc/JavadocTest.kt
90
-rw-r--r--
core/src/test/kotlin/model/ClassTest.kt
125
-rw-r--r--
core/src/test/kotlin/model/CommentTest.kt
36
-rw-r--r--
core/src/test/kotlin/model/FunctionTest.kt
69
-rw-r--r--
core/src/test/kotlin/model/JavaTest.kt
34
-rw-r--r--
core/src/test/kotlin/model/KotlinAsJavaTest.kt
17
-rw-r--r--
core/src/test/kotlin/model/LinkTest.kt
32
-rw-r--r--
core/src/test/kotlin/model/PackageTest.kt
57
-rw-r--r--
core/src/test/kotlin/model/PropertyTest.kt
68
-rw-r--r--
core/src/test/kotlin/model/SourceLinksErrorTest.kt
5
-rw-r--r--
core/src/test/kotlin/model/SourceLinksTest.kt
5
-rw-r--r--
core/src/test/kotlin/model/TypeAliasTest.kt
20
-rw-r--r--
core/testdata/format/JavaSupertype.html
6
-rw-r--r--
core/testdata/format/accessor.md
2
-rw-r--r--
core/testdata/format/annotatedTypeParameter.md
2
-rw-r--r--
core/testdata/format/annotationClass.md
2
-rw-r--r--
core/testdata/format/annotationClass.package.md
2
-rw-r--r--
core/testdata/format/annotationParams.md
2
-rw-r--r--
core/testdata/format/annotations.md
2
-rw-r--r--
core/testdata/format/arrayAverage.md
2
-rw-r--r--
core/testdata/format/backtickInCodeBlock.md
2
-rw-r--r--
core/testdata/format/blankLineInsideCodeBlock.html
2
-rw-r--r--
core/testdata/format/blankLineInsideCodeBlock.md
2
-rw-r--r--
core/testdata/format/bracket.html
2
-rw-r--r--
core/testdata/format/brokenLink.html
2
-rw-r--r--
core/testdata/format/classWithCompanionObject.html
8
-rw-r--r--
core/testdata/format/classWithCompanionObject.md
2
-rw-r--r--
core/testdata/format/codeBlock.html
18
-rw-r--r--
core/testdata/format/codeBlock.md
12
-rw-r--r--
core/testdata/format/codeBlockNoHtmlEscape.md
2
-rw-r--r--
core/testdata/format/codeSpan.html
2
-rw-r--r--
core/testdata/format/companionImplements.md
4
-rw-r--r--
core/testdata/format/companionObjectExtension.md
4
-rw-r--r--
core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html
7
-rw-r--r--
core/testdata/format/deprecated.class.html
14
-rw-r--r--
core/testdata/format/deprecated.package.html
8
-rw-r--r--
core/testdata/format/dynamicExtension.md
2
-rw-r--r--
core/testdata/format/dynamicType.md
2