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--
build.gradle
1
-rw-r--r--
core/build.gradle
2
-rw-r--r--
core/src/main/kotlin/Formats/AnalysisComponents.kt
45
-rw-r--r--
core/src/main/kotlin/Formats/FormatDescriptor.kt
44
-rw-r--r--
core/src/main/kotlin/Formats/GFMFormatService.kt
46
-rw-r--r--
core/src/main/kotlin/Formats/HtmlFormatService.kt
22
-rw-r--r--
core/src/main/kotlin/Formats/HtmlTemplateService.kt
8
-rw-r--r--
core/src/main/kotlin/Formats/JavaLayoutHtmlFormat.kt
92
-rw-r--r--
core/src/main/kotlin/Formats/JekyllFormatService.kt
26
-rw-r--r--
core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt
67
-rw-r--r--
core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt
34
-rw-r--r--
core/src/main/kotlin/Formats/MarkdownFormatService.kt
14
-rw-r--r--
core/src/main/kotlin/Formats/PackageListService.kt
10
-rw-r--r--
core/src/main/kotlin/Formats/StandardFormats.kt
44
-rw-r--r--
core/src/main/kotlin/Formats/StructuredFormatService.kt
19
-rw-r--r--
core/src/main/kotlin/Formats/YamlOutlineService.kt
8
-rw-r--r--
core/src/main/kotlin/Generation/ConsoleGenerator.kt
42
-rw-r--r--
core/src/main/kotlin/Generation/FileGenerator.kt
31
-rw-r--r--
core/src/main/kotlin/Generation/Generator.kt
8
-rw-r--r--
core/src/main/kotlin/Locations/FoldersLocationService.kt
30
-rw-r--r--
core/src/main/kotlin/Locations/Location.kt
61
-rw-r--r--
core/src/main/kotlin/Locations/LocationService.kt
78
-rw-r--r--
core/src/main/kotlin/Locations/SingleFolderLocationService.kt
20
-rw-r--r--
core/src/main/kotlin/Utilities/DokkaModules.kt
57
-rw-r--r--
core/src/main/kotlin/javadoc/dokka-adapters.kt
26
-rw-r--r--
core/src/main/resources/dokka/format/java-layout-html.properties
2
-rw-r--r--
core/src/main/resources/dokka/format/javadoc.properties
3
-rw-r--r--
core/src/main/resources/dokka/generator/default.properties
2
-rw-r--r--
core/src/main/resources/dokka/generator/javadoc.properties
2
-rw-r--r--
core/src/main/resources/dokka/language/java.properties
1
-rw-r--r--
core/src/main/resources/dokka/language/kotlin.properties
1
-rw-r--r--
core/src/main/resources/dokka/outline/yaml.properties
1
-rw-r--r--
core/src/test/kotlin/TestAPI.kt
15
-rw-r--r--
core/src/test/kotlin/format/FileGeneratorTestCase.kt
35
-rw-r--r--
core/src/test/kotlin/format/GFMFormatTest.kt
15
-rw-r--r--
core/src/test/kotlin/format/HtmlFormatTest.kt
18
-rw-r--r--
core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt
17
-rw-r--r--
core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt
15
-rw-r--r--
core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt
56
-rw-r--r--
core/src/test/kotlin/format/MarkdownFormatTest.kt
51
-rw-r--r--
core/src/test/kotlin/format/PackageDocsTest.kt
14
-rw-r--r--
core/testdata/format/JavaSupertype.html
10
-rw-r--r--
core/testdata/format/accessor.md
2
-rw-r--r--
core/testdata/format/annotatedTypeParameter.md
4
-rw-r--r--
core/testdata/format/annotationClass.md
4
-rw-r--r--
core/testdata/format/annotationClass.package.md
4
-rw-r--r--
core/testdata/format/annotationParams.md
2
-rw-r--r--
core/testdata/format/annotations.md
8
-rw-r--r--
core/testdata/format/arrayAverage.md
6
-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
8
-rw-r--r--
core/testdata/format/codeBlock.html
44
-rw-r--r--
core/testdata/format/codeBlock.md
14
-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
8
-rw-r--r--
core/testdata/format/companionObjectExtension.md
6
-rw-r--r--
core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html
12
-rw-r--r--
core/testdata/format/deprecated.class.html
38
-rw-r--r--
core/testdata/format/deprecated.package.html
8
-rw-r--r--
core/testdata/format/dynamicExtension.md
4
-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
4
-rw-r--r--
core/testdata/format/enumClass.md
6
-rw-r--r--
core/testdata/format/enumClass.value.md
2
-rw-r--r--
core/testdata/format/exceptionClass.md
4
-rw-r--r--
core/testdata/format/exceptionClass.package.md
4
-rw-r--r--
core/testdata/format/exclInCodeBlock.md
2
-rw-r--r--
core/testdata/format/extensionFunctionParameter.md
4
-rw-r--r--
core/testdata/format/extensionScope.md
4
-rw-r--r--
core/testdata/format/extensionWithDocumentedReceiver.md
2
-rw-r--r--
core/testdata/format/extensions.class.md
6
-rw-r--r--
core/testdata/format/extensions.package.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
90
-rw-r--r--
core/testdata/format/functionalTypeWithNamedParameters.md
36
-rw-r--r--
core/testdata/format/genericInheritedExtensions.md
10
-rw-r--r--
core/testdata/format/gfm/listInTableCell.md
6
-rw-r--r--
core/testdata/format/gfm/sample.md
8
-rw-r--r--
core/testdata/format/htmlEscaping.html
4
-rw-r--r--
core/testdata/format/inapplicableExtensionFunctions.md
8
-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
16
-rw-r--r--
core/testdata/format/inheritedExtensions.md
10
-rw-r--r--
core/testdata/format/inheritedMembers.md
14
-rw-r--r--
core/testdata/format/javaCodeInParam.md
4
-rw-r--r--
core/testdata/format/javaCodeLiteralTags.md
4
-rw-r--r--
core/testdata/format/javaDeprecated.html
4
-rw-r--r--
core/testdata/format/javaLinkTag.html
10
-rw-r--r--
core/testdata/format/javaLinkTagWithLabel.html
10
-rw-r--r--
core/testdata/format/javaSeeTag.html
8
-rw-r--r--
core/testdata/format/javaSpaceInAuthor.md
4
-rw-r--r--
core/testdata/format/javadocHtml.md
4
-rw-r--r--
core/testdata/format/javadocOrderedList.md
4
-rw-r--r--
core/testdata/format/jdkLinks.md
4
-rw-r--r--
core/testdata/format/linkWithLabel.html
10
-rw-r--r--
core/testdata/format/linkWithStarProjection.html
4
-rw-r--r--
core/testdata/format/linksInEmphasis.md
14
-rw-r--r--
core/testdata/format/linksInHeaders.md
28
-rw-r--r--
core/testdata/format/linksInStrong.md
14
-rw-r--r--
core/testdata/format/markdownInLinks.html
2
-rw-r--r--
core/testdata/format/memberExtension.md
6
-rw-r--r--
core/testdata/format/multiplatform/breadcrumbsInMemberOfMemberOfGroupNode/multiplatform.md
2
-rw-r--r--
core/testdata/format/multiplatform/groupNode/multiplatform.md
6
-rw-r--r--
core/testdata/format/multiplatform/groupNode/multiplatform.package.md
8
-rw-r--r--
core/testdata/format/multiplatform/implied/foo.md
16
-rw-r--r--
core/testdata/format/multiplatform/merge/multiplatform.package.md
4
-rw-r--r--
core/testdata/format/multiplatform/mergeMembers/foo.md
16
-rw-r--r--
core/testdata/format/multiplatform/omitRedundant/foo.md
8
-rw-r--r--
core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.index.md
4
-rw-r--r--
core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.package.md
4
-rw-r--r--
core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.index.md
4
-rw-r--r--
core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.package.md
4
-rw-r--r--
core/testdata/format/multiplatform/simple/multiplatform.package.md
6
-rw-r--r--
core/testdata/format/multipleTypeParameterConstraints.md
13
-rw-r--r--
core/testdata/format/nestedLists.md
30
-rw-r--r--
core/testdata/format/newlineInTableCell.package.md
4
-rw-r--r--
core/testdata/format/notPublishedTypeAliasAutoExpansion.md
6
-rw-r--r--
core/testdata/format/nullability.md
6
-rw-r--r--
core/testdata/format/operatorOverloading.md
4
-rw-r--r--
core/testdata/format/orderedList.html
4
-rw-r--r--
core/testdata/format/overloads.html
4
-rw-r--r--
core/testdata/format/overloadsWithDescription.html
4
-rw-r--r--
core/testdata/format/overloadsWithDifferentDescriptions.html
2
-rw-r--r--
core/testdata/format/overridingFunction.md
4