Age | Commit message (Expand) | Author |
2020-06-25 | Make samples runnable | Kamil Doległo |
2020-06-25 | Enforces directory for classlikes | Andrzej Ratajczak |
2020-06-25 | Extract information about extensions | Paweł Marks |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |
2020-06-25 | Refactor for documentable filters. | Filip Zybała |
2020-06-25 | Added deprecation filter. Included some tests. | Filip Zybała |
2020-06-25 | Added support for includeNonPublic option in top-level and package-level. Add... | Filip Zybała |
2020-06-25 | Make signatures groups be unique per sourceSet data | Andrzej Ratajczak |
2020-06-25 | Refactor deprecated transformer | Andrzej Ratajczak |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ... | Andrzej Ratajczak |
2020-06-24 | Wrong signatures in search component fix | Filip Zybała |
2020-06-22 | Prevent ReportUndocumentedTransformer.kt from reporting "componentN" function... | sebastian.sellmair |
2020-06-18 | Fixed sources platform tags; tailrec and external modifiers; sorting. | Filip Zybała |
2020-06-16 | Fix sourceSetID creation | Kamil Doległo |
2020-06-15 | Fix sourceSet matching inside ReportUndocumentedTransformer | sebastian.sellmair |
2020-06-15 | Make module name a part of sourceSetID be default | Kamil Doległo |
2020-06-15 | Change sourceSet collection from List to Set | Kamil Doległo |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo |
2020-06-12 | Add platform dependent annotations | Andrzej Ratajczak |
2020-06-12 | Fix module and package descriptor for java only sources | Andrzej Ratajczak |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-05-26 | Fixes multiple actual annotations bug | Andrzej Ratajczak |
2020-05-26 | Refactor type aliases | Andrzej Ratajczak |
2020-05-26 | Light annotations fix | Andrzej Ratajczak |
2020-05-26 | Enhance signature presentation. Support presetnation Java as Kotlin and Kotli... | Andrzej Ratajczak |
2020-05-25 | Trim windows carrage return sign in importing includes | Marcin Aman |
2020-05-20 | Tabs for sections v1 | Marcin Aman |
2020-05-20 | Added anchors for symbols and headers on page | Filip Zybała |
2020-05-19 | Missing generics on class. Add generics to annotation #834 | Marcin Aman |
2020-05-19 | Samples fix | Andrzej Ratajczak |
2020-05-19 | Add a draft version of divergent rendering | Kamil Doległo |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-05-13 | Introduce requested changes | Andrzej Ratajczak |
2020-05-13 | SourceLinksTransformer: Fixed invalid cast exception, platform tags in source... | Filip Zybała |
2020-05-13 | Refactor sources to be presented in table | Andrzej Ratajczak |
2020-05-13 | Bugfix | Andrzej Ratajczak |
2020-05-13 | Working tests for includes, sources and samples. Minor bugfixes | Andrzej Ratajczak |
2020-05-06 | Receiver for extension property #809 | Marcin Aman |
2020-04-30 | Fixing GFM components display | Błażej Kardyś |
2020-04-23 | Fix inheritors transformer | Andrzej Ratajczak |
2020-04-15 | Fix path clash with top-level declarations, catch link resolving exception, r... | Kamil Doległo |
2020-04-08 | Fix unnecessary wrapping of signatures, changes in layout | Kamil Doległo |
2020-04-08 | Fix missing logger error | Paweł Marks |
2020-04-08 | Applies requested changes | Andrzej Ratajczak |
2020-04-08 | Fixes tests | Andrzej Ratajczak |
2020-04-08 | Adds samples configuration parameter to include samples sources. | Andrzej Ratajczak |
2020-04-08 | Adds source links to provide linking to source code on remote repositories | Andrzej Ratajczak |
2020-04-08 | Adds includes configuration parameter to include package and module descriptions | Andrzej Ratajczak |
2020-04-07 | Fix adding `actual typealias` to annotation classes | Kamil Doległo |