Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-28 | Cleaning package naming | Błażej Kardyś | |
2019-11-25 | Descriptor independent DocumentationNodes and seperate Page and PageContent ↵ | Błażej Kardyś | |
builders | |||
2019-11-25 | Few fixes for logger | Paweł Marks | |
2019-11-25 | Page generation changes | Błażej Kardyś | |
2019-11-05 | Add merger (sort of) | Kamil Doległo | |
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 | Make things compile, no matter the cost | Paweł Marks | |
2019-10-31 | Temp changes | Błażej Kardyś | |
2019-06-10 | Fixed And/Gradle path bug | 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 | |
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-08-27 | Ant runner default external links and classpath resolving fix | Zubakov | |
2018-08-06 | ExternalDocumentationLinkResolver refactoring, extract common dependencies ↵ | aleksZubakov | |
from guice modules | |||
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-14 | Fix relative uri's generation | Simon Ogorodnik | |
when there is matching trailing segments | |||
2018-07-14 | [backport] KT-24271: Support external link resolution in JavadocParser | Simon Ogorodnik | |
Original: ace3914 | |||
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 | Add missing urlEncoded function for JLH | Simon Ogorodnik | |
2018-07-13 | Refactor selecting of inbound link resolvers | Simon Ogorodnik | |
2018-07-13 | [backport] Add uri.relativeTo | Simon Ogorodnik | |
Original: cca63f7 | |||
2017-12-15 | Don't force bind LanguageService to KotlinLanguageService | Simon Ogorodnik | |
2017-12-11 | Fix optional binding | Simon Ogorodnik | |
2017-12-05 | Tidy around | Simon Ogorodnik | |
2017-12-02 | Remove categories to prevent injection errors | Simon Ogorodnik | |
When not NodeLocationAwareGenerator used | |||
2017-12-02 | Extract Analysis components out of FormatDescriptor | Simon Ogorodnik | |
Fight with statically injected HtmlTemplateService | |||
2017-12-02 | WIP: Refactoring, remove LocationService, rework FormatDescriptor | Simon Ogorodnik | |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik | |
fixes #205 | |||
2017-05-11 | Support linking of external documentation | Simon Ogorodnik | |
Introduce PackageListService #KT-16309 fixed | |||
2017-03-20 | Deprecate old kotlin-website formats | Simon Ogorodnik | |
2017-02-24 | Process all declarations with the same primary platform in a single pass; ↵ | Dmitry Jemerov | |
allow to provide default platforms based on declaration descriptor | |||
2017-02-23 | Don't show implied platforms in output | Dmitry Jemerov | |
2017-02-23 | Merge declarations with the same signature defined for multiple platforms | Dmitry Jemerov | |
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov | |
2017-02-22 | Better separation between analysis and output generation phases | Dmitry Jemerov | |
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-11-02 | Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with ↵ | Simon Ogorodnik | |
spaces | |||
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik | |
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 | |||
2016-01-04 | cleanup: remove redundant 'public' modifiers | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |