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-10-31 | Temp changes | Błażej Kardyś | |
2019-08-05 | Fix nested annotation and perPackageOptions bugs | 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-03-27 | Rework configuration, fix Gradle plugin | 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 | Fix not null annotation java-as-html bug (#442) | Krystian Ujma | |
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 | 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-11-23 | Fix constant values for Java | Simon Ogorodnik | |
2018-10-29 | Refactor code of javadoc paragraphs converting | Simon Ogorodnik | |
2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-14 | KT-24032: Fix parameter rendering in asJava mode | Simon Ogorodnik | |
#KT-24032 fixed | |||
2018-07-14 | KT-24025: Support constants in as java mode | Simon Ogorodnik | |
#KT-24025 fixed | |||
2018-07-14 | Provide signature for packages | 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-11-22 | Add new "suppress" per-package option. | Chris Rankin | |
2017-11-03 | Fix not suppressing Android generated files in javadoc format | Simon Ogorodnik | |
fixes #224, fixes #197 | |||
2017-05-15 | Fix parsing of line breaks inside javadoc comments | Simon Ogorodnik | |
#141 fixed | |||
2017-03-29 | Per package options | Simon Ogorodnik | |
2017-02-23 | Merge declarations with the same signature defined for multiple platforms | Dmitry Jemerov | |
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik | |
2016-11-02 | Fix for GH-89 : Support for links to packages | Simon Ogorodnik | |
2016-11-02 | Fix for GH #98 : Added tests, altered fix code for corner cases | Simon Ogorodnik | |
2016-07-04 | Rewrite output generation; much cleaner Markdown and HTML generated. ↵ | Dmitry Jemerov | |
Resolves #71, #72 | |||
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-04-27 | Use FQ name instead of simple name to identify array classes. Resolves #68 | Dmitry Jemerov | |
2016-02-02 | restore handling of @suppress tags in javadoc comments | 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 | separate groups for annotations and exceptions in the members list | Dmitry Jemerov | |