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
/
core
/
src
/
main
/
kotlin
/
Model
/
Content.kt
Age
Commit message (
Expand
)
Author
2019-03-11
Allow linking arguments with methods, change link label (#431)
Kamil Doległo
2018-10-29
Cleanup support for NodeRenderContent
Simon Ogorodnik
2018-07-14
[backport] KT-24299: Fix local links resolved in incorrect context
Simon Ogorodnik
2018-07-14
[backport] KT-24277: Persist inpage anchors (aka bookmarks) from Javadoc
Simon Ogorodnik
2018-07-14
[backport] KT-24028: Add type info to param and return section in javadoc
Simon Ogorodnik
2017-05-15
Fix parsing of line breaks inside javadoc comments
Simon Ogorodnik
2016-11-29
Merge pull request #111 from Kotlin/website-samples
Simon Ogorodnik
2016-11-29
Post-review fixes, removed code duplication, fixed @throws support
Simon Ogorodnik
2016-11-28
Fix for GH-115, `@param` and `@return` tags is missing in javadoc output
Simon Ogorodnik
2016-11-14
Added //sampleStart //sampleEnd to samples on kotlin website
Simon Ogorodnik
2016-11-14
Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...
Simon Ogorodnik
2016-01-12
generate signature-based anchors for overloads; use signature instead of name...
Dmitry Jemerov
2016-01-08
link to JDK classes (KT-10452)
Dmitry Jemerov
2016-01-04
cleanup: remove redundant 'public' modifiers
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov