Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-26 | Fixes from scala3doc (#1630) | Krzysztof Romanowski | |
* Fix problem with ordering in Java api * HtmlRender allow to render html code directly from String | |||
2020-11-25 | Remove suspend from SourceToDocumentableTranslator (#1622) | Kamil Doległo | |
* Remove suspend from SourceToDocumentableTranslator * Introduce AsyncSourceToDocumentableTranslator Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-11-25 | Make searchbar an extension point (#1615) | Marcin Aman | |
* Make searchbar an extension point * Change SearchbarDataInstaller to be a preprocessor * Split navigation and navigation search | |||
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-13 | Generate content with the params order of KDoc (#1611) | gzoritchak | |
2020-11-12 | Javadoc @inheritDoc tag support (#1608) | Marcin Aman | |
2020-11-12 | Adding function division switch | Błażej Kardyś | |
2020-11-10 | New breadcrumbs (#1590) | Marcin Aman | |
Add top navbar | |||
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-30 | Remove hard coded svg-s from renderer | Marcin Aman | |
2020-10-20 | Fix anchor linking when the linked type is on a different platform (#1568) | Kamil Doległo | |
* Fix anchor linking when the linked type is on a different platform * Refactor location provider to use types Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-10-16 | Explicit fallback in searchbar (#1559) | Marcin Aman | |
2020-10-16 | Fix rendering of comment tables (#1560) | Filip Zybała | |
2020-10-15 | Fix class cast exception when creating the ancestry tree | Kamil Doległo | |
2020-10-15 | Fix displaying authors | Marcin Aman | |
2020-10-15 | Fix unresolved link parsing in Javadoc that resulted in an empty link label ↵ | Kamil Doległo | |
(#1566) | |||
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-15 | Distinguish types from functions on navigation | Marcin Aman | |
2020-10-14 | Shorten anchors | Marcin Aman | |
2020-10-13 | Update urls to fonts | Marcin Aman | |
2020-10-09 | On this page component (#1504) | Marcin Aman | |
2020-10-08 | Handle multiple authors (#1539) | 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 | Fix multiline links in javadoc and wrong linebreaking of <pre> bodies (#1518) | Andrzej Ratajczak | |
* Fix multiline links in javadoc * Fix wrong linebreaking of <pre> bodies * Use included static values for external links Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-10-08 | Adding properties pages for enum entries | Błażej Kardyś | |
2020-10-08 | Add information about content kind and sourceset to anchor | Marcin Aman | |
2020-10-08 | Fixes to multimodule page anchoring | Marcin Aman | |
2020-10-08 | Anchors hint | Marcin Aman | |
2020-10-08 | Improve styles | Marcin Aman | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-10-07 | Hide derived members that are not public | Andrzej Ratajczak | |
2020-10-07 | Introduce top-level DocTag | Andrzej Ratajczak | |
2020-10-06 | Fixing clashing properties and functions pages | Błażej Kardyś | |
2020-10-06 | Addding separate pages for properties | Błażej Kardyś | |
2020-10-05 | Fix vararg signatures (#1516) | Andrzej Ratajczak | |
2020-10-05 | Render react resources as separate css to allow overriding (#1416) | Marcin Aman | |
* Render react resources as separate css to allow overriding * Improve build.gradle.kts | |||
2020-10-02 | Fix typealiases filtering when private | Andrzej Ratajczak | |
2020-10-02 | Make translators run in parallel. | Andrzej Ratajczak | |
2020-10-01 | Add parsing of package-info in java sources | Andrzej Ratajczak | |
2020-10-01 | Escape urls in anchors | Marcin Aman | |
2020-09-30 | Let code inherit font size in cover, reduce some spacings and add spacing on ↵ | Marcin Aman | |
package page #1400 | |||
2020-09-30 | Implement more reliable PackageListService | Kamil Doległo | |
2020-09-30 | Add tests for relocations in ExternalLocationProviders | Kamil Doległo | |
2020-09-30 | Fix a bug in the DefaultLocationProvider which skipped lookup of some ↵ | Kamil Doległo | |
relocated DRIs | |||
2020-09-29 | Add MD parser - 1st round of fixes | mkondratek | |
2020-09-29 | Add MD parser | mkondratek | |
2020-09-29 | Add processing of annotations to typealiases | Andrzej Ratajczak | |
2020-09-29 | Fix failing tests | Andrzej Ratajczak | |