Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-10 | WIP on restructuring | Kamil Doległo | |
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-05-23 | #465 - fix javadoc parameters generation for java classes | KrystianUjma | |
2019-05-10 | Fix javadoc cast exception for annotation classes | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-13 | Fix nullability annotations in javadoc | Simon Ogorodnik | |
#446 fixed | |||
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 | |||
2019-02-25 | Fix problem on consumer side, improve test (#420) | Simon Ogorodnik | |
2019-02-25 | Fix java doc primary constructors have duplicated parameters | KrystianUjma | |
#341 Fixed | |||
2019-02-25 | Fix protected property getters and setters show the wrong visibility… (#402) | Krystian Ujma | |
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-10-29 | #361: Fix varargs | Simon Ogorodnik | |
Fix #361 | |||
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-05-16 | Avoid unnecessary logging. | Lukas Niemeier | |
2017-12-05 | Fix overriding of default analysis services | Simon Ogorodnik | |
2017-12-02 | Extract Analysis components out of FormatDescriptor | Simon Ogorodnik | |
Fight with statically injected HtmlTemplateService | |||
2017-12-02 | Fix Javadoc format | Simon Ogorodnik | |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik | |
fixes #205 | |||
2017-05-15 | Fix parsing of line breaks inside javadoc comments | Simon Ogorodnik | |
#141 fixed | |||
2017-05-11 | Support linking of external documentation | Simon Ogorodnik | |
Introduce PackageListService #KT-16309 fixed | |||
2017-01-13 | Updated Kotlin Compiler finally and resolved problems | Simon Ogorodnik | |
2016-12-14 | Fix for GH-90 | Simon Ogorodnik | |
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 | Post review fixes, now building text in single pass. | Simon Ogorodnik | |
2016-11-14 | Replacing assertPrints, assertTrue to println for kotlin-website samples, ↵ | Simon Ogorodnik | |
Added SampleProcessingService to FormatDescriptor | |||
2016-04-29 | don't report type parameters for array classes; don't report qualified names ↵ | Dmitry Jemerov | |
for stdlib types such as java.lang.String | |||
2016-04-27 | Use FQ name instead of simple name to identify array classes. Resolves #68 | Dmitry Jemerov | |
2016-03-31 | Fix the implementation of containingClass() in javadoc adapters. Resolves #57 | Dmitry Jemerov | |
2016-02-02 | update for public RC | Dmitry Jemerov | |
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-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵ | Dmitry Jemerov | |
RefKind | |||
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |