Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2021-08-09 | Keep formatting within code inline (#2060) | vmishenev | |
2021-07-12 | Handle NBSP and other html entries (#2005) | Marcin Aman | |
2021-06-22 | Multilanguage docs inheritance (#1951) | Marcin Aman | |
* Multilanguage docs inheritance * Add map to store inherit doc entries | |||
2021-05-06 | Fix 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-14 | Handle html in kdoc (#1805) | Marcin Aman | |
2021-03-01 | Add explicit exceptions in markdown and allow for empty link destinations ↵ | Marcin Aman | |
(#1757) | |||
2021-03-01 | Bump 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 | |||
2020-12-15 | Fix wrong docs on DProperty (#1671) | Marcin Aman | |
2020-11-12 | Javadoc @inheritDoc tag support (#1608) | Marcin Aman | |
2020-10-30 | Fix parsing first word in deprecated (#1595) | Marcin Aman | |
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags | |||
2020-10-07 | Introduce top-level DocTag | Andrzej Ratajczak | |
2020-09-29 | Add MD parser - 1st round of fixes | mkondratek | |
2020-09-29 | Add MD parser | mkondratek | |
2020-09-14 | Apply requested change | Andrzej Ratajczak | |
Co-authored-by: Paweł Marks <Kordyjan@users.noreply.github.com> | |||
2020-09-14 | Fix parsing strikethrough | Andrzej Ratajczak | |
2020-09-14 | Refactor DocTags and add markdown tests | Andrzej Ratajczak | |
2020-09-07 | NullPointerException on images #1424 | Marcin Aman | |
2020-08-28 | Implement link preference in MarkdownParser | Kamil Doległo | |
2020-08-28 | Fix presentation of code blocks in dokka html and dokka javadoc formats | Andrzej Ratajczak | |
2020-08-28 | Draft for improving code formatting #1346 | Marcin Aman | |
2020-08-28 | Fix losing tokens while parsing markdown italic text | Andrzej Ratajczak | |
2020-08-20 | Make MarkdownParser output text instead of broken links | Kamil Doległo | |
2020-07-15 | Fix unnecessary 'Couldn't resolve link for' warning | Kamil Doległo | |
2020-07-10 | Bugfix: links in documentation attached to module page should now be correct | Filip Zybała | |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) |