aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
Fix #228
2017-11-02Correctly handle redirects in ExternalDocumentationLinkResolverSimon Ogorodnik
2017-10-09Correct test, due fix in kotlin-ide-commonSimon Ogorodnik
2017-10-09Drop obsolete librariesSimon Ogorodnik
2017-10-09Update kotlin-compiler to 1.1.51Simon Ogorodnik
2017-10-08Replace provided configuration with compileOnlySimon Ogorodnik
2017-07-06Fix link in the last breadcrumbs itemDmitry Neverov
2017-06-26Remove empty gradle settingsSimon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-22Wrap parameters in paragraphs for HTML formatSimon Ogorodnik
#171 fixed
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
#167 #KT-18213 fixed
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-06-05Add caching of package-list's and fix multiple package-list loadingsSimon Ogorodnik
2017-05-22Sort package-list outputAlex Waters
If left unsorted, then package list can change each time even though no packages were changed.
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
#KT-17924 fixed
2017-05-18Fix invalid line breaks in table cells for markdown formatsSimon Ogorodnik
#KT-16234 fixed
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-15Fix linking to javadoc external static fieldsSimon Ogorodnik
GH-131 fixed
2017-05-15Fix parsing of line breaks inside javadoc commentsSimon Ogorodnik
#141 fixed
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
#KT-16485 fixed
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
Introduce PackageListService #KT-16309 fixed
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
#KT-16418 fixed
2017-05-11Set jekyll links extension to .htmlSimon Ogorodnik
GH-92 fixed
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
Such as packageOptions, impliedPlatforms and so on
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters
2017-04-25Fix <String> escaping in samples for KWS HTML formatSimon Ogorodnik
2017-04-24Update bundled kotlin-compiler to 1.1.2Simon Ogorodnik
2017-04-10Merge branch 'fix-parse-package-options'Simon Ogorodnik
2017-04-10Tweak kws html format to match output of old formatSimon Ogorodnik
2017-04-10Fix typo in html tag emph -> emSimon Ogorodnik
2017-04-07Fix parsing of per package options in CLI modeSimon Ogorodnik
2017-03-29Implement assertion replacement templates for samplesSimon Ogorodnik
2017-03-29Per package optionsSimon Ogorodnik
2017-03-24Fix GFM format crash in GuiceSimon Ogorodnik
2017-03-23Add support for nice IDEA featureSimon Ogorodnik
2017-03-20Fix p tag closing in HTML format'sSimon Ogorodnik
2017-03-20Deprecate old kotlin-website formatsSimon Ogorodnik
2017-03-20Create HTML based format for kotlin-websiteSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
# Conflicts: # core/src/test/kotlin/format/MarkdownFormatTest.kt
2017-03-12updated style.css to better fit wide monitor resolutionsKevin Xiao
- use Open Sans in favour of Lato as it is more legible on resolutions higher than 1080p at 100% scaling. - add auto-margin for body to center all text so users dont have to turn their head all the way to the left when reading documentation on resolutions higher than 1080p.
2017-03-09Fixed broken links to members of groupNode membersSimon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-03-01Fix testSimon Ogorodnik
2017-03-01Don't add (platforms) fro kotlin-website formatSimon Ogorodnik
2017-02-28Correct detecting platform for Extensions on external classesSimon Ogorodnik