aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/parsers
AgeCommit message (Expand)Author
2022-08-30Fix missing space between Markdown elements (#2640)Vadim Mishenev
2022-08-24Fix incorrect handling of static members used within `@see` tag (#2627)Ignat Beresnev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-04-11Fix using `@` symbol inside code block (#2418)Vadim Mishenev
2022-02-21Code cleanups (#2165)Goooler
2021-08-09Keep formatting within code inline (#2060)vmishenev
2021-07-12Handle NBSP and other html entries (#2005)Marcin Aman
2021-06-22Multilanguage docs inheritance (#1951)Marcin Aman
2021-05-06Fix line separator issues (#1887)Ryan Nett
2021-04-14Handle html in kdoc (#1805)Marcin Aman
2021-03-01Add explicit exceptions in markdown and allow for empty link destinations (#1...Marcin Aman
2021-03-01Bump markdown to 0.2.0 and fix negation in links being interpreted as img (#1...Marcin Aman
2021-02-16Be more explicit about what went wrong in package and module docs (#1737)Marcin Aman
2020-12-15Fix wrong docs on DProperty (#1671)Marcin Aman
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
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
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 concep...sebastian.sellmair
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 Afzal...sebastian.sellmair