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
path:
root
/
core
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
(limited to 'core')
-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
-rw-r--r--
core/testdata/format/emptyDescription.md
2
-rw-r--r--
core/testdata/format/entity.html
7
-rw-r--r--
core/testdata/format/enumClass.md
2
-rw-r--r--
core/testdata/format/enumClass.value.md
2
-rw-r--r--
core/testdata/format/enumRef.md
2
-rw-r--r--
core/testdata/format/exceptionClass.md
2
-rw-r--r--
core/testdata/format/exceptionClass.package.md
2
-rw-r--r--
core/testdata/format/exclInCodeBlock.md
2
-rw-r--r--
core/testdata/format/extensionFunctionParameter.md
2
-rw-r--r--
core/testdata/format/extensionScope.md
2
-rw-r--r--
core/testdata/format/extensionWithDocumentedReceiver.md
2
-rw-r--r--
core/testdata/format/extensions.class.md
4
-rw-r--r--
core/testdata/format/externalReferenceLink.md
2
-rw-r--r--
core/testdata/format/functionWithDefaultParameter.md
2
-rw-r--r--
core/testdata/format/functionalTypeWithNamedParameters.html
26
-rw-r--r--
core/testdata/format/functionalTypeWithNamedParameters.md
20
-rw-r--r--
core/testdata/format/genericInheritedExtensions.md
2
-rw-r--r--
core/testdata/format/gfm/listInTableCell.md
4
-rw-r--r--
core/testdata/format/gfm/sample.md
8
-rw-r--r--
core/testdata/format/htmlEscaping.html
2
-rw-r--r--
core/testdata/format/inapplicableExtensionFunctions.md
2
-rw-r--r--
core/testdata/format/indentedCodeBlock.html
2
-rw-r--r--
core/testdata/format/indentedCodeBlock.md
2
-rw-r--r--
core/testdata/format/inheritedCompanionObjectProperties.md
2
-rw-r--r--
core/testdata/format/inheritedExtensions.md
2
-rw-r--r--
core/testdata/format/inheritedMembers.md
2
-rw-r--r--
core/testdata/format/inlineSuspendFunction.kt
2
-rw-r--r--
core/testdata/format/inlineSuspendFunction.md
4
-rw-r--r--
core/testdata/format/javaCodeInParam.md
2