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
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
2016-01-12
generate signature-based anchors for overloads; use signature instead of name...
Dmitry Jemerov
2016-01-08
line breaks between parameters
Dmitry Jemerov
2016-01-08
move some more logic into PageBuilder class
Dmitry Jemerov
2016-01-08
support for formatting text into existing StringBuilder
Dmitry Jemerov
2016-01-08
rewrite propagation of extension functions to subclasses to handle shadowing ...
Dmitry Jemerov
2016-01-05
distinguish inherited companion object members
Dmitry Jemerov
2016-01-04
separate groups for annotations and exceptions in the members list
Dmitry Jemerov
2016-01-04
StructuredFormatService restructured so that it makes more sense: we're eithe...
Dmitry Jemerov
2016-01-04
cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...
Dmitry Jemerov
2016-01-04
cleanup: remove redundant 'public' modifiers
Dmitry Jemerov
2015-12-03
overload group formatting fixes
Dmitry Jemerov
2015-12-03
allow each format service to provide its own support files
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov