Age | Commit message (Expand) | Author |
2018-07-16 | convert line separators in PackageDocs, fixes PackageDocsTest | Robert Stoll |
2018-06-04 | Update bundled kotlin compiler to 1.2.60-dev-157 | Simon Ogorodnik |
2018-05-18 | Enable suppression of generated files for Android plugin 3.2.0-alpha | Simon Ogorodnik |
2018-05-17 | Fix incorrect link to stylesheet in html format | Simon Ogorodnik |
2018-05-16 | Fix external links to packages with uppercase letters in dokka mode | Simon Ogorodnik |
2018-05-16 | Fix link resolution context for inherited docs | Simon Ogorodnik |
2018-05-16 | Avoid unnecessary logging. | Lukas Niemeier |
2018-05-07 | Fix ClassCastException when generating JavaDoc | HÃ¥vard Kindem |
2018-03-23 | Fix external references to Java enum entries | Simon Ogorodnik |
2018-03-07 | Bind language service back | Simon Ogorodnik |
2018-02-22 | Merge branch 'refactoring-layout-service' into dev | Simon Ogorodnik |
2018-02-21 | Update bundled kotlin compiler | Simon Ogorodnik |
2017-12-22 | Supports hacks for MPP documentation generation | Roman Elizarov |
2017-12-19 | Fix crash in as Java mode, just show ugly warning | Simon Ogorodnik |
2017-12-15 | Don't force bind LanguageService to KotlinLanguageService | Simon Ogorodnik |
2017-12-15 | Normalize file path's when using as URI | Simon Ogorodnik |
2017-12-13 | Fix adding class directories to classpath Fixes #252 | Simon Ogorodnik |
2017-12-11 | Add description for javadoc format | Simon Ogorodnik |
2017-12-11 | Fix file extensions when FormatService.extension != linkExtension | Simon Ogorodnik |
2017-12-11 | Fix optional binding | Simon Ogorodnik |
2017-12-05 | Tidy around | Simon Ogorodnik |
2017-12-05 | Fix PackageListService to use NodeLocationAwareGenerator for links | Simon Ogorodnik |
2017-12-05 | Fix overriding of default analysis services | Simon Ogorodnik |
2017-12-02 | Add actual relativePathToNode function | Simon Ogorodnik |
2017-12-02 | Fix outline file names, fix incorrect placement of support files | Simon Ogorodnik |
2017-12-02 | Remove categories to prevent injection errors | Simon Ogorodnik |
2017-12-02 | Bind NodeLocationAwareGenerator to Generator | Simon Ogorodnik |
2017-12-02 | Make possible to calculate path to root | Simon Ogorodnik |
2017-12-02 | Extract Analysis components out of FormatDescriptor | Simon Ogorodnik |
2017-12-02 | Fix Javadoc format | Simon Ogorodnik |
2017-12-02 | WIP: Refactoring, remove LocationService, rework FormatDescriptor | Simon Ogorodnik |
2017-11-30 | WIP | Simon Ogorodnik |
2017-11-30 | New format stub | Simon Ogorodnik |
2017-11-29 | Support wide-range Since Kotlin versions | Simon Ogorodnik |
2017-11-27 | Add language version arguments | Simon Ogorodnik |
2017-11-24 | Set readTimeout in ExternalDocumentationLinkResolver | Simon Ogorodnik |
2017-11-24 | Add warning on unresolved link in packageDocs | Simon Ogorodnik |
2017-11-23 | Cleanup GH-222 a bit | Simon Ogorodnik |
2017-11-22 | Add new "suppress" per-package option. | Chris Rankin |
2017-11-22 | Add "suppress" to the per-package configuration options. | Chris Rankin |
2017-11-22 | Use / for receiver parameter signature | Simon Ogorodnik |
2017-11-21 | Fix suppressing of companion when it implements some interface | Simon Ogorodnik |
2017-11-21 | Auto-expand type-aliases excluded from documentation | Simon Ogorodnik |
2017-11-21 | Do not suppress Companions when it's extends/implements something | Simon Ogorodnik |
2017-11-21 | Fix find node by signature when referencing type parameter | Simon Ogorodnik |
2017-11-21 | Fix find node by signature when linking to extension with Type Param | Simon Ogorodnik |
2017-11-21 | More info in can't find node by signature | Simon Ogorodnik |
2017-11-21 | Hard-code language version | Simon Ogorodnik |
2017-11-20 | Support receiver reference | Simon Ogorodnik |
2017-11-14 | Handle indent correctly, Add tests for assertTrue/False samples | Simon Ogorodnik |