Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Remove all unnecessary files | Kamil Doległo | |
2019-10-29 | New dokka model | Błażej Kardyś | |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma | |
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt | |||
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-11 | Allow linking arguments with methods, change link label (#431) | Kamil Doległo | |
* Add PsiParameter to link arguments with methods, change link label | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
2018-09-13 | add nice toString() | Eugene Petrenko | |
2018-07-14 | [backport] KT-24299: Fix local links resolved in incorrect context | Simon Ogorodnik | |
Original: fababd4 | |||
2018-07-14 | [backport] KT-24277: Persist inpage anchors (aka bookmarks) from Javadoc | Simon Ogorodnik | |
Original: 4fddba5 | |||
2018-07-14 | [backport] KT-24028: Add type info to param and return section in javadoc | Simon Ogorodnik | |
Original: a603157 | |||
2017-05-15 | Fix parsing of line breaks inside javadoc comments | Simon Ogorodnik | |
#141 fixed | |||
2016-11-29 | Merge pull request #111 from Kotlin/website-samples | Simon Ogorodnik | |
Tweaked output for kotlin-website samples feature | |||
2016-11-29 | Post-review fixes, removed code duplication, fixed @throws support | Simon Ogorodnik | |
2016-11-28 | Fix for GH-115, `@param` and `@return` tags is missing in javadoc output | Simon Ogorodnik | |
2016-11-14 | Added //sampleStart //sampleEnd to samples on kotlin website | Simon Ogorodnik | |
2016-11-14 | Now all sample blocks in kotlin-website wrapped in <div class="sample" ↵ | Simon Ogorodnik | |
markdown="1">...</div> And small refactoring | |||
2016-01-12 | generate signature-based anchors for overloads; use signature instead of ↵ | Dmitry Jemerov | |
name as an anchor for in-page links | |||
2016-01-08 | link to JDK classes (KT-10452) | Dmitry Jemerov | |
2016-01-04 | cleanup: remove redundant 'public' modifiers | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |