Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-28 | Cleaning package naming | Błażej Kardyś | |
2019-11-26 | Introduction of all important extension points and restructuring of ↵ | Paweł Marks | |
DokkaGenerator | |||
2019-11-26 | Merging PageNode changes with plugins | Błażej Kardyś | |
2019-11-25 | Descriptor independent DocumentationNodes and seperate Page and PageContent ↵ | Błażej Kardyś | |
builders | |||
2019-11-25 | Add variable content to PageNodes and extras to DocumentationNodes | Kamil Doległo | |
I'm just sorry | |||
2019-11-25 | Page generation changes | Błażej Kardyś | |
2019-11-08 | Moving platform merging to documentationNodes | Błażej Kardyś | |
2019-11-05 | Actual-Expected merger | Paweł Marks | |
2019-11-05 | New model | Paweł Marks | |
2019-11-05 | Signatures and types rendering | Paweł Marks | |
2019-11-05 | Adds constructors to documentation | Paweł Marks | |
2019-11-04 | Adds information about tags to documentation graphs | Paweł Marks | |
2019-10-31 | Adds transformation from descriptors to documentation graph | Paweł Marks | |
2019-10-31 | Moves node model to separate package | Paweł Marks | |
2019-10-31 | Model updated | Paweł Marks | |
2019-10-31 | Make things compile, no matter the cost | Paweł Marks | |
2019-10-31 | Remove all unnecessary files | Kamil Doległo | |
2019-10-31 | Temp changes | Błażej Kardyś | |
2019-10-29 | New dokka model | Błażej Kardyś | |
2019-09-30 | Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0 | Simon Ogorodnik | |
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-20 | Update "Can't find node ..." warning message | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-18 | Merge branch 'dev-pre' into dev | Simon Ogorodnik | |
# Conflicts: # core/src/main/kotlin/Model/PackageDocs.kt | |||
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-03-11 | Use canonicalPath instead of absolutePath for srcLink | Robert Stoll | |
This way a user can define "./" instead of an absolute path to the root of the project dir (or a user can use ../ etc.). Thus: - use canonicalPath in: - SourceLinkDefinitionImpl::parseSourceLinkDefinition - and DocumentationNode.appendSourceLink => here because if the config is deserialized we bypass parseSourceLinkDefinition - also use canonicalPath for the path of PsiElement Moreover: - make sure the comparison works for unix and windows paths - fixes #289 | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |
2018-10-15 | Fix sinceKotlin updating & default setting | Simon Ogorodnik | |
2018-10-03 | Correctly lookup summary for group nodes | Simon Ogorodnik | |
2018-09-26 | Refactor platforms & SinceKotlin logic | Simon Ogorodnik | |
2018-09-13 | add nice toString() | Eugene Petrenko | |
2018-09-06 | Minor refactoring, kotlin-website format change: add platforms to summary ↵ | Zubakov | |
signatures, platform evaluating logic change | |||
2018-08-27 | Introduce origin reference kind, change documentation graph merge logic, ↵ | Zubakov | |
minor refactoring | |||
2018-08-06 | DocumentationMerger refactoring | aleksZubakov | |
2018-07-25 | Add logic of merging different platforms graphs | aleksZubakov | |
2018-07-17 | NodeReferenceGraph style fixes | Zubakov Aleksey | |
2018-07-16 | convert line separators in PackageDocs, fixes PackageDocsTest | Robert Stoll | |
2018-07-15 | Fix missing functions after rebase | Simon Ogorodnik | |
2018-07-14 | KT-24300: Support inclusion overview.html into package summary | 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-24028: Add type info to param and return section in javadoc | Simon Ogorodnik | |
Original: a603157 | |||
2018-07-14 | KT-24109: Fix generation of superclass sequence | Simon Ogorodnik | |
2018-07-14 | [backport] Added logic for inherited constants. | Douglas Sigelbaum | |
Also, switched to using recursively inherited members instead of just inherited members in the immediate super class. Original: 56c3558 | |||
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 | |||
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2018-07-13 | [backport] Support deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d |