index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
base
/
src
/
main
/
kotlin
/
parsers
Age
Commit message (
Expand
)
Author
2022-08-30
Fix missing space between Markdown elements (#2640)
Vadim Mishenev
2022-08-24
Fix incorrect handling of static members used within `@see` tag (#2627)
Ignat Beresnev
2022-04-29
Enable warnings as errors and fix all warnings (#2451)
Ignat Beresnev
2022-04-11
Fix using `@` symbol inside code block (#2418)
Vadim Mishenev
2022-02-21
Code cleanups (#2165)
Goooler
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
2021-05-06
Fix line separator issues (#1887)
Ryan Nett
2021-04-14
Handle html in kdoc (#1805)
Marcin Aman
2021-03-01
Add explicit exceptions in markdown and allow for empty link destinations (#1...
Marcin Aman
2021-03-01
Bump markdown to 0.2.0 and fix negation in links being interpreted as img (#1...
Marcin Aman
2021-02-16
Be more explicit about what went wrong in package and module docs (#1737)
Marcin Aman
2020-12-15
Fix wrong docs on DProperty (#1671)
Marcin Aman
2020-11-27
Extracting dokka generation to the dedicated extension point
Paweł Marks
2020-11-12
Javadoc @inheritDoc tag support (#1608)
Marcin Aman
2020-10-30
Fix parsing first word in deprecated (#1595)
Marcin Aman
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
2020-09-14
Fix parsing strikethrough
Andrzej Ratajczak
2020-09-14
Refactor DocTags and add markdown tests
Andrzej Ratajczak
2020-09-10
Add escaping the at sign in modules and packages
Andrzej Ratajczak
2020-09-07
NullPointerException on images #1424
Marcin Aman
2020-08-31
Improve style of ModuleAndPackageDocumentationSource
sebastian.sellmair
2020-08-31
Remove unnecessary blank lines
sebastian.sellmair
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
sebastian.sellmair
2020-08-31
WIP
sebastian.sellmair
2020-08-31
Implement ModuleAndPackageDocumentationReader
sebastian.sellmair
2020-08-31
Implement ParseModuleAndPackageDocFragments API
sebastian.sellmair
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 presenting inline code in KDoc
Andrzej Ratajczak
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 Afzal...
sebastian.sellmair