aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/parsers
AgeCommit message (Collapse)Author
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-11-12Javadoc @inheritDoc tag support (#1608)Marcin Aman
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-07Introduce top-level DocTagAndrzej Ratajczak
2020-09-29Add MD parser - 1st round of fixesmkondratek
2020-09-29Add MD parsermkondratek
2020-09-14Apply requested changeAndrzej Ratajczak
Co-authored-by: Paweł Marks <Kordyjan@users.noreply.github.com>
2020-09-14Fix parsing strikethroughAndrzej Ratajczak
2020-09-14Refactor DocTags and add markdown testsAndrzej Ratajczak
2020-09-10Add escaping the at sign in modules and packagesAndrzej Ratajczak
2020-09-07NullPointerException on images #1424Marcin Aman
2020-08-31Improve style of ModuleAndPackageDocumentationSourcesebastian.sellmair
2020-08-31Remove unnecessary blank linessebastian.sellmair
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove ↵sebastian.sellmair
concept of `moduleDisplayName`
2020-08-31WIPsebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Implement ParseModuleAndPackageDocFragments APIsebastian.sellmair
2020-08-28Implement link preference in MarkdownParserKamil Doległo
2020-08-28Fix presentation of code blocks in dokka html and dokka javadoc formatsAndrzej Ratajczak
2020-08-28Draft for improving code formatting #1346Marcin Aman
2020-08-28Fix losing tokens while parsing markdown italic textAndrzej Ratajczak
2020-08-20Make MarkdownParser output text instead of broken linksKamil Doległo
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-15Fix unnecessary 'Couldn't resolve link for' warningKamil Doległo
2020-07-10Bugfix: links in documentation attached to module page should now be correctFilip Zybała
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)