Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-22 | Bump kotlin 1.5.21 (#2031) | Marcin Aman | |
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7 | |||
2021-06-22 | Multilanguage docs inheritance (#1951) | Marcin Aman | |
* Multilanguage docs inheritance * Add map to store inherit doc entries | |||
2021-04-21 | Fix suppressing enum entries by inheritance filter (#1866) | Marcin Aman | |
2021-04-14 | Fix visibility on enum entry property (#1828) | Marcin Aman | |
2021-04-14 | Handle html in kdoc (#1805) | Marcin Aman | |
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-04-06 | Fix some compiler warnings (#1812) | Kamil Doległo | |
2021-03-10 | Add sourceset name to source label (#1767) | Marcin Aman | |
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman | |
* Add ability to suppress obvious functions like equals, toString... * Add ability to suppress obvious functions like equals, toString... | |||
2021-03-01 | Suppress tag support (#1742) | Marcin Aman | |
* Suppress tag support * Support Hide tag in javadoc * Extract hide tag to be in separate plugin | |||
2021-02-16 | Fix displaying default java visibility (#1738) | Marcin Aman | |
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman | |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin | |
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex | |||
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-10-30 | Fix parsing first word in deprecated (#1595) | Marcin Aman | |
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags | |||
2020-10-15 | IsException should also be true when class inherits from Exception (#1558) | Marcin Aman | |
2020-10-15 | Make names resulting from clashing DRI-s appear only in navigatable components | Marcin Aman | |
2020-10-08 | Fix merging documentations of modules and packages (#1480) | Andrzej Ratajczak | |
* Fix merging documentations of modules and packages * Adjust doctag to new API Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-10-08 | Add information about content kind and sourceset to anchor | Marcin Aman | |
2020-10-08 | Anchors hint | Marcin Aman | |
2020-10-07 | Introduce top-level DocTag | Andrzej Ratajczak | |
2020-10-02 | Fix typealiases filtering when private | Andrzej Ratajczak | |
2020-09-29 | Add processing of annotations to typealiases | Andrzej Ratajczak | |
2020-09-10 | Add TypeAliased bound | Andrzej Ratajczak | |
2020-09-08 | Remove unused typealias | Andrzej Ratajczak | |
2020-09-08 | Remove topologicalSort since it is no longer used | Andrzej Ratajczak | |
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-09-08 | Handle same level declared expected classlikes | Andrzej Ratajczak | |
2020-09-08 | Merger changes | Andrzej Ratajczak | |
2020-09-08 | Changed way of merging documentables to avoid exception on merging ↵ | Andrzej Ratajczak | |
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms | |||
2020-08-31 | Minor readability improvement in ModuleAndPackageDocumentationTransformer.kt | sebastian.sellmair | |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-31 | Implement `root package is matched by empty string and the root keyword` test | sebastian.sellmair | |
2020-08-31 | Implement tests for ModuleAndPackageDocumentationReader | sebastian.sellmair | |
2020-08-31 | Implement ModuleAndPackageDocumentationTransformerTest.kt | sebastian.sellmair | |
2020-08-31 | Implement ModuleAndPackageDocumentationReader | sebastian.sellmair | |
2020-08-31 | Implement ParseModuleAndPackageDocFragments API | sebastian.sellmair | |
2020-08-28 | Draft for improving code formatting #1346 | Marcin Aman | |
2020-08-24 | Fix SourceLinksTransformer#DocumentableSource#toLink | sebastian.sellmair | |
2020-08-24 | SourceLinksTransformer: Use java.io.File to match source files | sebastian.sellmair | |
2020-08-21 | Adding missing deprecated exception section to Deprecated page | Błażej Kardyś | |
2020-08-21 | Deprecated elements page for javadoc format | Błażej Kardyś | |
2020-08-20 | Hide unused generic type variables in constructor | Andrzej Ratajczak | |
2020-08-17 | Fix generic supertypes to hold TypeParameters | Andrzej Ratajczak | |
2020-08-17 | Inline `val newContent` in SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair | |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair | |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair | |