Age | Commit message (Expand) | Author |
2020-07-01 | Implement `AbstractJavadocTemplateMapTest` API | sebastian.sellmair |
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-23 | Javadoc classlikes and function pages | Marcin Aman |
2020-06-17 | Add UnresolvedBound instead of throwing an exception | Kamil Doległo |
2020-06-15 | Change sourceSet collection from List to Set | Kamil Doległo |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-05-26 | Apply request changes | Andrzej Ratajczak |
2020-05-26 | Enhance signature presentation. Support presetnation Java as Kotlin and Kotli... | Andrzej Ratajczak |
2020-05-19 | Missing generics on class. Add generics to annotation #834 | Marcin Aman |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-05-06 | Receiver for extension property #809 | Marcin Aman |
2020-04-23 | Fix inheritors transformer | Andrzej Ratajczak |
2020-04-22 | Fix test | Andrzej Ratajczak |
2020-04-22 | Refactors sources to documentables translation | Andrzej Ratajczak |
2020-04-07 | Add Typealiases rendering and merging | Kamil Doległo |
2020-04-07 | Add DTypeAlias documentable | Kamil Doległo |
2020-03-31 | Make PageContentBuilder to create proper content for all tags | Paweł Marks |
2020-03-26 | Changed modifier to PlatformDependent | Filip Zybała |
2020-03-26 | Fixed expected-actual merging. Refactored contentForComments. | Filip Zybała |
2020-03-25 | Introduce VoidObject and JavaObject | Kamil Doległo |
2020-03-20 | Adding missing extra modifiers for java functions | Błażej Kardyś |
2020-03-18 | Model change | Szymon Świstun |
2020-03-17 | Combine multiple applyIf | Szymon Świstun |
2020-03-17 | Add more information to Documentables | Szymon Świstun |
2020-03-16 | Rename Documentables to avoid name conflicts | Kamil Doległo |
2020-03-11 | Use Bounds instead of Wrappers to describe types | Paweł Marks |
2020-03-11 | Refactor brief documentation, remove `Parameters` block from functions' pages | Kamil Doległo |
2020-03-11 | Merges documentables with the same source | Paweł Marks |
2020-03-11 | Remove nested packages from packages | Kamil Doległo |
2020-03-04 | Refactor Modifiers | Kamil Doległo |
2020-03-04 | Now signature provider uses new visibility model | Paweł Marks |
2020-03-04 | Small cleanup in the model | Paweł Marks |
2020-03-04 | Sketch of default signature provider | Kamil Doległo |
2020-03-04 | Replace Visibility used in Documentables with custom classes | Kamil Doległo |
2020-03-04 | Add information about modifiers to Documentables' extra properties | Szymon Świstun |
2020-02-28 | Remove the duplication of companion objects in the model | Szymon Świstun |
2020-02-27 | Rename `actual` to `sources` | Kamil Doległo |
2020-02-27 | Small adjustments to the new model | Paweł Marks |
2020-02-27 | Fix descriptor to documentable translator | Szymon Świstun |
2020-02-27 | Adding psi parsing for new model | Błażej Kardyś |
2020-02-27 | Crude Documentable merger | Paweł Marks |
2020-02-27 | Replace original with platformData in Documentables | Kamil Doległo |
2020-02-27 | Makes Documentables into property containers | Paweł Marks |
2020-02-27 | Model for type parameters | Paweł Marks |
2020-02-27 | Unpacking unnecessarily PlatformDependanted values | Błażej Kardyś |
2020-02-27 | Moving expect value to PlaformDependent | Błażej Kardyś |
2020-02-27 | Amendments to new Documentables model | Błażej Kardyś |
2020-02-27 | Refactor Documentable model | Kamil Doległo |
2020-02-18 | Moves DescriptorToDocumentableTransformer to base plugin | Paweł Marks |