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-23 | fix grammar error (#1639) | Hollow Man | |
an -> a referring to https://www.quora.com/Which-is-the-correct-grammar-usage-a-unique-or-an-unique | |||
2020-11-23 | Remove .idea (#1638) | Kamil Doległo | |
2020-11-19 | Adjust integration tests to the new package options API | Marcin Aman | |
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-14 | Fix a bug in s3 cleanup action | Kamil Doległo | |
2020-11-14 | Change AWS documentation timeout to 1 hour | Kamil Doległo | |
2020-11-13 | Fix link to stdlib in GH action | Kamil Doległo | |
2020-11-13 | Temporarily disable kotlinx.serialization as it can't be built for now | Kamil Doległo | |
2020-11-13 | Add integration tests for Kotlin projects | Kamil Doległo | |
2020-11-13 | Add additional info to POM files and sign the artifacts for MavenCentral ↵ | Kamil Doległo | |
deployment | |||
2020-11-13 | Add javadocJar task for publishing to MavenCentral (#1606) | Kamil Doległo | |
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-10 | Include base docs in MkDocs | Marcin Aman | |
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-30 | Update usage.md | Yuri Schimke | |
typo of task name | |||
2020-10-21 | Fix gh-pages generation script | Kamil Doległo | |
2020-10-20 | Bump dokka version to 1.4.10.2 | 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-19 | Add plugins list | Marcin Aman | |
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 | Fix double scoping of GitHubPages documentation | Kamil Doległo | |
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 | Adding configuration mpp check for javadoc | Błażej Kardyś | |
2020-10-08 | Improve styles | Marcin Aman | |
2020-10-08 | Include information about required META-INF/services file | Marcin Aman | |
2020-10-07 | Fix typos and 404 links in manuals (#1460) | Andrzej Ratajczak | |