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
/
Formats
Age
Commit message (
Expand
)
Author
2017-04-25
Fix <String> escaping in samples for KWS HTML format
Simon Ogorodnik
2017-04-10
Tweak kws html format to match output of old format
Simon Ogorodnik
2017-04-10
Fix typo in html tag emph -> em
Simon Ogorodnik
2017-03-24
Fix GFM format crash in Guice
Simon Ogorodnik
2017-03-20
Fix p tag closing in HTML format's
Simon Ogorodnik
2017-03-20
Deprecate old kotlin-website formats
Simon Ogorodnik
2017-03-20
Create HTML based format for kotlin-website
Simon Ogorodnik
2017-03-09
Fixed broken links to members of groupNode members
Simon Ogorodnik
2017-03-01
Correct merging of different type namesake declarations between platforms
Simon Ogorodnik
2017-03-01
Don't add (platforms) fro kotlin-website format
Simon Ogorodnik
2017-02-28
Correct detecting platform for Extensions on external classes
Simon Ogorodnik
2017-02-28
Split data tags for kotlin-website format
Simon Ogorodnik
2017-02-27
Platform and version requirements for packages.
Simon Ogorodnik
2017-02-27
Package platforms detected based on it's members, refactored multiplatform te...
Simon Ogorodnik
2017-02-27
data-platform attribute for index rows in kotlin-website format
Simon Ogorodnik
2017-02-24
Merge remote-tracking branch 'origin/0.9.14/BlankLines'
Dmitry Jemerov
2017-02-24
Merge branch 'website-samples'
Dmitry Jemerov
2017-02-24
Omit platform of members when it's the same as the platform of the defining c...
Dmitry Jemerov
2017-02-23
Add missing injection annotation
Dmitry Jemerov
2017-02-23
Don't show implied platforms in output
Dmitry Jemerov
2017-02-23
Show platforms of a node in summary table
Dmitry Jemerov
2017-02-23
Refactor SinceKotlin support to a more general "platform" mechanism
Dmitry Jemerov
2017-02-23
Dokka now can detect and recognize SinceKotlin
Simon Ogorodnik
2017-02-17
Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved
Simon Ogorodnik
2017-02-10
Tweaking of sample formatting
Simon Ogorodnik
2016-11-30
Added special format for experimental kotlin website samples format
Simon Ogorodnik
2016-11-29
Merge pull request #111 from Kotlin/website-samples
Simon Ogorodnik
2016-11-24
Fixup, added some type alias rendering tests
Simon Ogorodnik
2016-11-24
Type alias support
Simon Ogorodnik
2016-11-14
Post review fixes, now building text in single pass.
Simon Ogorodnik
2016-11-14
Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...
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-11-08
Fix for KT-14603 Do not escape html inside code blocks in markdown (#112)
Simon Ogorodnik
2016-11-03
Fix for KT-14076 : empty visible div's (#108)
Simon Ogorodnik
2016-11-01
Fix for GH #97 : Preserve language name of fenced code block for highlight
Simon Ogorodnik
2016-11-01
Fix for GH#94 : meta charset for Html format
Simon Ogorodnik
2016-07-09
fix tests on Windows
Dmitry Jemerov
2016-07-06
handle code blocks escaped with multiple backticks correctly; generate extra ...
Dmitry Jemerov
2016-07-04
Rewrite output generation; much cleaner Markdown and HTML generated. Resolves...
Dmitry Jemerov
2016-07-01
extract stateful builder out of FormatService
Dmitry Jemerov
2016-07-01
introduce GFM output format
Dmitry Jemerov
2016-06-30
delete unused method
Dmitry Jemerov
2016-04-01
KT-11329: improve formatting of KDoc sections
Dmitry Jemerov
2016-03-31
Don't lose line breaks in code blocks. Resolves #54
Dmitry Jemerov
2016-03-31
Correctly format code samples in overload groups. Resolves #55
Dmitry Jemerov
2016-03-31
Don't use @Inject on constructors with default parameter values. Resolves #49
Dmitry Jemerov
2016-01-28
put the most important information required to identify an element in the beg...
Dmitry Jemerov
2016-01-12
don't sort enum values alphabetically (https://github.com/Kotlin/dokka/issues...
Dmitry Jemerov
2016-01-12
generate all types index
Dmitry Jemerov
[next]