aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-16Fix displaying default java visibility (#1738)Marcin Aman
2021-02-16Be more explicit about what went wrong in package and module docs (#1737)Marcin Aman
2021-02-12Delete .DS_Store (#1743)sya-ri
2021-02-08More explicit exception message when dokka failes to get package listMarcin Aman
2021-02-05Fix links to method parameters from documentation (#1713)Kamil Doległo
2021-02-05Deduplicate resources in multimodule (#1711)Marcin Aman
2021-02-05Annotations for parameters (#1710)Marcin Aman
* Annotations for parameters * Annotations for parameters
2021-02-04add detection of JvmSynthetic (#1718)Valentin Rocher
2021-02-04JvmOverloads (#1712)Valentin Rocher
* add JvmOverloads support and static modifier for top-level functions * apply requested changed * revert auto-imports
2021-02-03Reenable kotlinx-serialization (#1708)Kamil Doległo
2021-02-01Update urls to fonts (#1717)Marcin Aman
2021-02-01Update gradle to 6.8.1 (#1716)Marcin Aman
2021-02-01Resolve trove issue (#1715)Marcin Aman
2021-01-22Update link to stdlib on S3Kamil Doległo
2021-01-22Add tests for nested classes in Kotlin as JavaKamil Doległo
2021-01-22Fix incorrect DRI conversion in KotlinAsJava modes for nested definitionsKamil Doległo
2021-01-21Empty modules filtering (#1699)Marcin Aman
2021-01-20Annotations for parameters (#1704)Marcin Aman
2021-01-20Bring back displaying jvm name when KaJ is not present (#1702)Marcin Aman
2021-01-18Add information about template to docs (#1700)Marcin Aman
2021-01-18Fix a bug with not creating Gradle configurations for partial tasksKamil Doległo
2021-01-14Footer customisation (#1691)Marcin Aman
2021-01-08Fix empty table cells on multimodule pagesKamil Doległo
2021-01-08Fix displaying unresolved receiver types in DRIMarcin Aman
2021-01-07Change logging level for conflicting documentation and remove unused ant fileMarcin Aman
2021-01-05Versioning (#1654)Błażej Kardyś
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2021-01-05Fix a bug with inserting template commands instead of link text (#1685)Kamil Doległo
Some test methods were dropped intentionally, as using them can lead to subtle bugs. The same methods are available in the base-test-utils module
2021-01-04Refactor ContentTable builder and fix GFM table rendering (#1682)Kamil Doległo
2021-01-04JvmField annotation (#1678)Marcin Aman
2020-12-31Bump Gradle version to 6.7.1 (#1684)Masato Nakamura
Bump Gradle version to 6.7.1
2020-12-29Parsing of JvmName (#1675)Marcin Aman
* Parsing of JvmName * Make JvmName processor run after KaJ
2020-12-28Use maven directly to download additional dependencies (#1644)Andreas Dangel
* Use maven instead of aether to resolve additional dependencies Aether is still used, but now indirectly by maven. Using maven directly allows to reuse all the configurations like repositories, mirrors, proxies and the local repository.
2020-12-28Bump dokka version to 1.4.20.2Marcin Aman
2020-12-17Update links in S3 actionsKamil Doległo
2020-12-17Multimodule tests (#1670)Marcin Aman
* Multimodule tests * Multimodule tests
2020-12-17Navigate to root after logo click, add data to searchbars on multimodule (#1631)Marcin Aman
2020-12-16Remove `documentationFileName` from documentation as it is no longer valid ↵Marcin Aman
(#1657)
2020-12-16Resolve an issue with cross package linking in javadoc (#1659)Marcin Aman
2020-12-15Fix wrong docs on DProperty (#1671)Marcin Aman
2020-12-15Remove warning that caused dokka to fail with failOnWarning flag (#1669)Marcin Aman
2020-12-10Add dokka to GitHub link (#1661)Stefan M
* Add dokka to link * Change anchor text color in footer
2020-12-03Update migration guide for 1.4.20Marcin Aman
2020-12-03Resolve DRI-s from valueOf and values in java enum (#1655)Marcin Aman
2020-12-03Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641)Marcin Aman
2020-12-03Update Dokka version to 1.4.20 (#1632)Marcin Aman
2020-12-03Make navigation loading faster, improve experience on safari (#1633)Marcin Aman
2020-12-03exclude top-level const val from getter generation and show them as public ↵Valentin Rocher
and static (#1636)
2020-12-02Fix gradle passing 'unspecified' version to dokka configuration (#1650)Marcin Aman
2020-11-27Changing how multimodule location provider works and improving gfm link ↵Błażej Kardyś
substitution
2020-11-27Adding inter-module link resolving template strategy for GfmBłażej Kardyś