aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Formats
AgeCommit message (Expand)Author
2016-11-30Added special format for experimental kotlin website samples formatSimon Ogorodnik
2016-11-29Merge pull request #111 from Kotlin/website-samplesSimon Ogorodnik
2016-11-24Fixup, added some type alias rendering testsSimon Ogorodnik
2016-11-24Type alias supportSimon Ogorodnik
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...Simon Ogorodnik
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...Simon Ogorodnik
2016-11-08Fix for KT-14603 Do not escape html inside code blocks in markdown (#112)Simon Ogorodnik
2016-11-03Fix for KT-14076 : empty visible div's (#108)Simon Ogorodnik
2016-11-01Fix for GH #97 : Preserve language name of fenced code block for highlightSimon Ogorodnik
2016-11-01Fix for GH#94 : meta charset for Html formatSimon Ogorodnik
2016-07-09fix tests on WindowsDmitry Jemerov
2016-07-06handle code blocks escaped with multiple backticks correctly; generate extra ...Dmitry Jemerov
2016-07-04Rewrite output generation; much cleaner Markdown and HTML generated. Resolves...Dmitry Jemerov
2016-07-01extract stateful builder out of FormatServiceDmitry Jemerov
2016-07-01introduce GFM output formatDmitry Jemerov
2016-06-30delete unused methodDmitry Jemerov
2016-04-01KT-11329: improve formatting of KDoc sectionsDmitry Jemerov
2016-03-31Don't lose line breaks in code blocks. Resolves #54Dmitry Jemerov
2016-03-31Correctly format code samples in overload groups. Resolves #55Dmitry Jemerov
2016-03-31Don't use @Inject on constructors with default parameter values. Resolves #49Dmitry Jemerov
2016-01-28put the most important information required to identify an element in the beg...Dmitry Jemerov
2016-01-12don't sort enum values alphabetically (https://github.com/Kotlin/dokka/issues...Dmitry Jemerov
2016-01-12generate all types indexDmitry Jemerov
2016-01-12generate signature-based anchors for overloads; use signature instead of name...Dmitry Jemerov
2016-01-08line breaks between parametersDmitry Jemerov
2016-01-08move some more logic into PageBuilder classDmitry Jemerov
2016-01-08support for formatting text into existing StringBuilderDmitry Jemerov
2016-01-08rewrite propagation of extension functions to subclasses to handle shadowing ...Dmitry Jemerov
2016-01-05distinguish inherited companion object membersDmitry Jemerov
2016-01-04separate groups for annotations and exceptions in the members listDmitry Jemerov
2016-01-04StructuredFormatService restructured so that it makes more sense: we're eithe...Dmitry Jemerov
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...Dmitry Jemerov
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2015-12-03overload group formatting fixesDmitry Jemerov
2015-12-03allow each format service to provide its own support filesDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov