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-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 | |||
2019-03-01 | Fix constructor tag does not work (#417) | Krystian Ujma | |
#300 Fixed | |||
2019-02-25 | Fix problem on consumer side, improve test (#420) | Simon Ogorodnik | |
2019-02-25 | Fix @deprecated visibility in JavaDoc (#420) | Błażej Kardyś | |
#343 Fixed | |||
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-07-12 | Test refactoring, add common platform tests | aleksZubakov | |
2018-07-12 | Test refactoring and split by different platforms | aleksZubakov | |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik | |
fixes #205 | |||
2017-02-17 | Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved | Simon Ogorodnik | |
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-24 | Added javadoc format test for simple typealiases | Simon Ogorodnik | |
2016-11-02 | Fix for GH #98 : Added tests, altered fix code for corner cases | Simon Ogorodnik | |
2016-06-30 | build fix | Dmitry Jemerov | |
2016-06-30 | Don't include internal members in generated javadoc. Resolves #75 | Dmitry Jemerov | |
2016-06-30 | Generate correct signature for methods with parameters of Java primitive ↵ | Dmitry Jemerov | |
types. Resolves #76 | |||
2016-06-30 | add test for @JvmName support in javadoc | Dmitry Jemerov | |
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-01-25 | update Dokka to internal RC: remove usages of kotlin.test | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |