aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/parsers
AgeCommit message (Collapse)Author
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
* Multilanguage docs inheritance * Add map to store inherit doc entries
2021-05-06Fix line separator issues (#1887)Ryan Nett
* Fix line separator issues * Test fix * Handle just CR as well, add better test * Add escaped \r\n to tests
2021-04-14Handle html in kdoc (#1805)Marcin Aman
2021-03-01Add explicit exceptions in markdown and allow for empty link destinations ↵Marcin Aman
(#1757)
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-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
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)