Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-04 | Working javadoc parsing | Błażej Kardyś | |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo | |
2020-01-28 | Adding java files psi parsing | Błażej Kardyś | |
2019-10-31 | Make things compile, no matter the cost | Paweł Marks | |
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-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2019-02-25 | Rework logic to avoid loosing tags inside pre | Simon Ogorodnik | |
2019-02-25 | Preserve newlines in javadoc code blocks | Dominik Schürmann | |
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 | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-10-29 | Refactor code of javadoc paragraphs converting | Simon Ogorodnik | |
2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
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-24271: Support external link resolution in JavadocParser | Simon Ogorodnik | |
Original: ace3914 | |||
2018-07-14 | [backport] KT-24028: Add type info to param and return section in javadoc | Simon Ogorodnik | |
Original: a603157 | |||
2018-07-14 | [backport] KT-24152: Support implicit sections inheritance | Simon Ogorodnik | |
Original: 5636fac | |||
2018-07-14 | [backport] Support for {@inheritDoc} including grand inheritance and skip ↵ | Sean McQuillan | |
levels. Original: 0eda743 | |||
2018-07-14 | [backport] Support for {@inheritDoc} including grand inheritance and skip ↵ | Sean McQuillan | |
levels. Original: f100b73 | |||
2018-07-14 | [backport] KT-24149: Fix resolution of links in Javadoc | Simon Ogorodnik | |
Original: edc0581 | |||
2018-07-14 | [backport] KT-24042: Fix structure of content paragraphs in Javadoc parser | Simon Ogorodnik | |
Original: edc0581 | |||
2018-07-14 | [backport] Stabilize signatures to fix linking from Java to Kotlin | Simon Ogorodnik | |
Basically there is 2 ways to get signature, from PSI and from descriptors, and there should be only one way in one session Original: adc09f2 | |||
2018-07-13 | [backport] Fix problems in as-java java-layout-html mode | Simon Ogorodnik | |
Extract common part of LanguageServices & other improvements Original: 853262e | |||
2017-05-15 | Fix parsing of line breaks inside javadoc comments | Simon Ogorodnik | |
#141 fixed | |||
2017-02-23 | Merge declarations with the same signature defined for multiple platforms | Dmitry Jemerov | |
2016-07-04 | Rewrite output generation; much cleaner Markdown and HTML generated. ↵ | Dmitry Jemerov | |
Resolves #71, #72 | |||
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |