aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format
AgeCommit message (Collapse)Author
2019-08-05Cleanup, update READMEKamil Doległo
2019-06-25fix *.dataTags testsKrystianUjma
2019-06-24fix dataTagsInGroupNode testKrystianUjma
2019-06-21Fix format in KotlinWebsiteHtml, markdown format changed slightlyKamil Doległo
2019-06-21Fix groupNode tests, expected needs checkingKamil Doległo
2019-06-11fix kotlin website html testsKrystianUjma
2019-06-10fix kotlin website html testsKrystianUjma
2019-05-15Fix SinceKotlinKamil Doległo
2019-05-07Fix some testsKamil Doległo
2019-04-30Fix suspend inline function testKamil Doległo
2019-04-18fix tests (format change)KrystianUjma
2019-04-16Fix pathKamil Doległo
2019-04-10fix tests #2 - fails caused by bad index.html paths and missing paragraphsKrystianUjma
2019-04-09fix tests- fails caused by bad index.html paths and missing paragraphs.KrystianUjma
2019-04-01Fix some returnTag testsKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-02-25Rework logic to avoid loosing tags inside preSimon Ogorodnik
2019-02-19Cleanup httpSimon Ogorodnik
2019-02-15Nullable left off function type parameter with default value (#401) (#328)Krystian Ujma
2019-02-11Update bundled kotlin-compiler to 1.3.20-dev-564Simon Ogorodnik
2018-12-14Modifiers sorted in wrong order #389Krystian Ujma
Fix #389 (modifiers sorted in wrong order)
2018-10-29Fix test dataSimon Ogorodnik
As Javadoc spec doesn't allow @param tag for classes
2018-10-29Fix test dataSimon Ogorodnik
2018-08-17Convert assertFails in kws samples without message properlySimon Ogorodnik
2018-05-16Fix link resolution context for inherited docsSimon Ogorodnik
Fix #229
2018-03-23Fix external references to Java enum entriesSimon Ogorodnik
Fix #274
2017-12-05Update testDataSimon Ogorodnik
2017-11-30Add missing test dataSimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Do not suppress Companions when it's extends/implements somethingSimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik
2017-11-14Handle indent correctly, Add tests for assertTrue/False samplesSimon Ogorodnik
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
Fix #228
2017-10-09Correct test, due fix in kotlin-ide-commonSimon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-22Wrap parameters in paragraphs for HTML formatSimon Ogorodnik
#171 fixed
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-15Fix linking to javadoc external static fieldsSimon Ogorodnik
GH-131 fixed
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
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-10Tweak kws html format to match output of old formatSimon Ogorodnik
2017-04-10Fix typo in html tag emph -> emSimon Ogorodnik
2017-03-29Implement assertion replacement templates for samplesSimon Ogorodnik
2017-03-20Fix p tag closing in HTML format'sSimon Ogorodnik