Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-25 | Replace invalid documentation links (#2973) | Lukas Knoch-Girstmair | |
2023-02-24 | Reorganize tabs for Classlike (#2764) | Vadim Mishenev | |
2023-02-20 | Change default logging level of console apps (#2871) | Ignat Beresnev | |
2023-01-19 | Add module and package documentation content (#2819) | Sarah Haggarty | |
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com> | |||
2022-10-26 | Fix source link to the line with name (#2724) | Vadim Mishenev | |
2022-05-13 | Render quotes as blockquotes instead of code blocks. (#2496) | TheOnlyTails | |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-02-21 | Add option to merge implicit expect-actual declarations (#2316) | Vadim Mishenev | |
* Add option to merge implicit expect-actual declarations * Merge entries, constructors * Fix StdLib integration test * Add doc | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
2021-12-23 | Allow filtering of property setter (#2220) | Vadim Mishenev | |
* Allow filtering of property setter * Improve code style | |||
2021-12-07 | Support deeply nested description terms and details | Ignat Beresnev | |
2021-12-06 | Description list support for JavaDocs (#2213) | Ignat Beresnev | |
2021-06-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-05-06 | Fix line separator issues (#1887) | Ryan Nett | |
* Fix line separator issues * Test fix * Handle just CR as well, add better test * Add escaped \r\n to tests | |||
2021-04-21 | Fix suppressing enum entries by inheritance filter (#1866) | Marcin Aman | |
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-03-04 | Obvious functions should also work for interfaces (#1763) | 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 | Add explicit exceptions in markdown and allow for empty link destinations ↵ | Marcin Aman | |
(#1757) | |||
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 | |
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
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-12 | Adding function division switch | Błażej Kardyś | |
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
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-08-31 | Implement dPackage and dModule test APIs in favour of default params in ↵ | sebastian.sellmair | |
DModule and DPackage | |||
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 | WIP | sebastian.sellmair | |
2020-08-31 | Implement tests for ModuleAndPackageDocumentationReader | sebastian.sellmair | |
2020-08-31 | Implement ModuleAndPackageDocumentationTransformerTest.kt | sebastian.sellmair | |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair | |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś | |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-02 | Handling multi-line list items. Added tests for comment to content converter. | Filip Zybała | |
2020-06-29 | Test Api, "testInline": Add support for idiomatic trimIndent and trimMargin | sebastian.sellmair | |
2020-06-22 | Prevent ReportUndocumentedTransformer.kt from reporting "componentN" ↵ | sebastian.sellmair | |
functions fromd data classes | |||
2020-06-15 | Fix sourceSet matching inside ReportUndocumentedTransformer | sebastian.sellmair | |
2020-06-15 | Fix tests | Kamil Doległo | |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair | |