aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main
AgeCommit message (Collapse)Author
2021-03-01Bump markdown to 0.2.0 and fix negation in links being interpreted as img ↵Marcin Aman
(#1754) * Bump markdown library to 0.2.0 * Render shorthand images as link with text
2021-03-01Suppress tag support (#1742)Marcin Aman
* Suppress tag support * Support Hide tag in javadoc * Extract hide tag to be in separate plugin
2021-02-19Add legacy KotlinWebsite format to recognized link formats (#1750)Kamil Doległo
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-08More explicit exception message when dokka failes to get package listMarcin Aman
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-01Update urls to fonts (#1717)Marcin Aman
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-14Footer customisation (#1691)Marcin 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
2020-12-29Parsing of JvmName (#1675)Marcin Aman
* Parsing of JvmName * Make JvmName processor run after KaJ
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-15Fix wrong docs on DProperty (#1671)Marcin Aman
2020-12-10Add dokka to GitHub link (#1661)Stefan M
* Add dokka to link * Change anchor text color in footer
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-03Make navigation loading faster, improve experience on safari (#1633)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ś
2020-11-27Unify MultimoduleLocationProviderKamil Doległo
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-11-27Moving SingleGeneration to base pluingBłażej Kardyś
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-11-27Implement basic link resolutionKamil Doległo
2020-11-27Add navigation fragments for templatingPaweł Marks
2020-11-27Add templating commands to the html formatPaweł Marks
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-11-26Fixes from scala3doc (#1630)Krzysztof Romanowski
* Fix problem with ordering in Java api * HtmlRender allow to render html code directly from String
2020-11-25Remove suspend from SourceToDocumentableTranslator (#1622)Kamil Doległo
* Remove suspend from SourceToDocumentableTranslator * Introduce AsyncSourceToDocumentableTranslator Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2020-11-25Make 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-18Add 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-13Generate content with the params order of KDoc (#1611)gzoritchak
2020-11-12Javadoc @inheritDoc tag support (#1608)Marcin Aman
2020-11-12Adding function division switchBłażej Kardyś
2020-11-10New breadcrumbs (#1590)Marcin Aman
Add top navbar
2020-11-09Cleaning querying from plugins where possibleBłażej Kardyś
2020-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags
2020-10-30Remove hard coded svg-s from rendererMarcin Aman
2020-10-20Fix 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-16Explicit fallback in searchbar (#1559)Marcin Aman
2020-10-16Fix rendering of comment tables (#1560)Filip Zybała
2020-10-15Fix class cast exception when creating the ancestry treeKamil Doległo