aboutsummaryrefslogtreecommitdiff
path: root/core/testdata
AgeCommit message (Collapse)Author
2019-04-15Fix inline functions testsKamil 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-03-11Allow linking arguments with methods, change link label (#431)Kamil Doległo
* Add PsiParameter to link arguments with methods, change link label
2019-03-11Use canonicalPath instead of absolutePath for srcLinkRobert Stoll
This way a user can define "./" instead of an absolute path to the root of the project dir (or a user can use ../ etc.). Thus: - use canonicalPath in: - SourceLinkDefinitionImpl::parseSourceLinkDefinition - and DocumentationNode.appendSourceLink => here because if the config is deserialized we bypass parseSourceLinkDefinition - also use canonicalPath for the path of PsiElement Moreover: - make sure the comparison works for unix and windows paths - fixes #289
2019-03-01Fix constructor tag does not work (#417)Krystian Ujma
#300 Fixed
2019-02-25Rework logic to avoid loosing tags inside preSimon Ogorodnik
2019-02-25Fix @deprecated visibility in JavaDoc (#420)Błażej Kardyś
#343 Fixed
2019-02-25Fix java doc primary constructors have duplicated parametersKrystianUjma
#341 Fixed
2019-02-25Fix protected property getters and setters show the wrong visibility… (#402)Krystian Ujma
2019-02-19Cleanup httpSimon Ogorodnik
2019-02-15Nullable left off function type parameter with default value (#401) (#328)Krystian Ujma
2019-02-15fix annotatedProperty test (#426)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-11-23Fix constant values for JavaSimon Ogorodnik
2018-10-29#361: Fix varargsSimon Ogorodnik
Fix #361
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-22Add new "suppress" per-package option.Chris Rankin
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-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
fixes #205
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-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
#167 #KT-18213 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-11Do not publish private companion object members in public only modeSimon Ogorodnik
#KT-16418 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