Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-10 | Add dokka to GitHub link (#1661) | Stefan M | |
* Add dokka to link * Change anchor text color in footer | |||
2020-12-03 | Resolve DRI-s from valueOf and values in java enum (#1655) | Marcin Aman | |
2020-12-03 | Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641) | Marcin Aman | |
2020-12-03 | Make navigation loading faster, improve experience on safari (#1633) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Adding inter-module link resolving template strategy for Gfm | Błażej Kardyś | |
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-11-27 | Unify MultimoduleLocationProvider | Kamil Doległo | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-11-27 | Moving SingleGeneration to base pluing | Błażej Kardyś | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-27 | Implement basic link resolution | Kamil Doległo | |
2020-11-27 | Add navigation fragments for templating | Paweł Marks | |
2020-11-27 | Add templating commands to the html format | Paweł Marks | |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks | |
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ś | |