Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-17 | Fix descriptor visiting, add test for DRI clash on JS | Kamil Doległo | |
After creating the test reproducing the DRI clash, I found a bug in the DefaultDescriptorToDocumentationTranslator, which this commit fixes. The bug was present when running the tests but not when using dokka on an external project. I have no idea how it worked, as debugging showed that the same code from AbstractClassDescriptor runs in both cases and the code contains an assert, which had to (and did) fail. Probably the error messages are being suppressed somehow. `getMemberScope()` requires a list of type substitutions which size is being compared to the type constructor's parameters count. I suppose we don't want to substitute the type parameters and get the unsubstituted member scope instead | |||
2020-02-17 | Removing duplicated content blocks | Błażej Kardyś | |
2020-02-14 | Removes shadow dependency that was causing jar overwrites | Paweł Marks | |
2020-02-13 | Update packaging structure, fix testAPI publication, simplify dependencies ↵ | Kamil Doległo | |
handling in plugins Fixes #627 This commit removes repackaging `dokka-core` with all its dependencies by creating a publication for those dependencies. Moreover it moves `kotlinx-markdown` dependency to `coreDependencies` as this library is only present in Kotlin Bintray repository. TestAPI now publishes correctly | |||
2020-02-12 | Fixes infinite recursion bug for immediate nullable self types | Paweł Marks | |
2020-02-12 | Fixes infinite recursion in DRI expansion caused by bounds on nullable ↵ | Paweł Marks | |
parameters | |||
2020-02-12 | Changed Errors to IllegalStateExcpetions | Andrzej Ratajczak | |
2020-02-12 | Added Br handling | Andrzej Ratajczak | |
2020-02-12 | Removes unnecessary white space | Andrzej Ratajczak | |
2020-02-12 | Adds requested changes | Andrzej Ratajczak | |
2020-02-12 | Implements tests for MarkdownParser and fixes some bugs related to its | Andrzej Ratajczak | |
2020-02-12 | rename | Szymon Świstun | |
2020-02-12 | corrected SameName strategy | Szymon Świstun | |
2020-02-12 | page merger strategy with tests | Szymon Świstun | |
2020-02-12 | page merger strategy | Szymon Świstun | |
2020-02-12 | plugin overrides | Szymon Świstun | |
2020-02-12 | merger for functions | Szymon Świstun | |
2020-02-12 | removed useless cast | Szymon Świstun | |
2020-02-12 | test | Szymon Świstun | |
2020-02-12 | merger for functions | Szymon Świstun | |
2020-02-12 | kotlin-as-java fixed | Szymon Świstun | |
2020-02-12 | kotlin-as-java plugin | Szymon Świstun | |
2020-02-12 | Removed default file extension extension point | Andrzej Ratajczak | |
2020-02-12 | Cleans up file extension redundancy | Andrzej Ratajczak | |
2020-02-11 | Fixes bugs with navbar generating | Andrzej Ratajczak | |
2020-02-11 | Adds conditional plugin linking | Andrzej Ratajczak | |
2020-02-10 | Re-excludes integration tests | Paweł Marks | |
2020-02-10 | tests | Szymon Świstun | |
2020-02-10 | contentForClass fixed and tests | Szymon Świstun | |
2020-02-10 | formatting | Szymon Świstun | |
2020-02-06 | Resolves bugs with doubling references and fixes minor bugs | Andrzej Ratajczak | |
2020-02-06 | Changed model | Andrzej Ratajczak | |
2020-02-06 | Resolved problems with doubling comments | Andrzej Ratajczak | |
2020-02-06 | missing first | Szymon Świstun | |
2020-02-04 | Fixes backward, not always navigable, breadcrumbs | Paweł Marks | |
2020-02-04 | Fixes not clickable breadcrumbs | Paweł Marks | |
2020-02-04 | Implementation of transformable navigation | Paweł Marks | |
2020-02-04 | Making functions from renderer open so users can write their own custom ↵ | Paweł Marks | |
rendering strategies | |||
2020-02-04 | Html related things moved to its own package | Paweł Marks | |
2020-02-04 | dri sets | Szymon Świstun | |
2020-02-04 | Fixes JS script resources bug | Andrzej Ratajczak | |
2020-02-04 | Implements DokkaLogger interface by MavenDokkaLogger | Andrzej Ratajczak | |
2020-02-04 | Adds summary reporting for all logging runners | Andrzej Ratajczak | |
2020-02-04 | Handles errors and fixes minor bugs | Andrzej Ratajczak | |
2020-01-31 | Fix CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Minor fixes, rewritten CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Add official code style | Kamil Doległo | |
2020-01-31 | Fix Gradle integration tests compilation | Kamil Doległo | |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo | |
2020-01-31 | Cherry-pick 'analysis_rewrite_1.3.61' | Kamil Doległo | |