Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-07 | Fix some tests | Kamil Doległo | |
2019-04-30 | Fix suspend inline function test | Kamil Doległo | |
2019-04-19 | reformat code | KrystianUjma | |
2019-04-19 | Fix hardcoded classpaths for TestAPI | Kamil Doległo | |
2019-04-18 | fix tests (format change) | KrystianUjma | |
2019-04-18 | enable BaseKotlinWebSiteHtmlFormatTest | KrystianUjma | |
2019-04-18 | remove kotlin-website | KrystianUjma | |
2019-04-16 | Merge pull request #1 from kamilok1965/rework_gradle_plugin | Krystian Ujma | |
Rework gradle plugin | |||
2019-04-16 | Fix path | Kamil Doległo | |
2019-04-16 | Fix html formatting in some tests | Kamil Doległo | |
2019-04-15 | Mute Kotlin Website format tests | Kamil Doległo | |
2019-04-15 | Fix inline functions tests | Kamil Doległo | |
2019-04-10 | fix tests #2 - fails caused by bad index.html paths and missing paragraphs | KrystianUjma | |
2019-04-10 | Rework Gradle plugin, autoconfiguration not working yet | Kamil Doległo | |
2019-04-09 | fix tests- fails caused by bad index.html paths and missing paragraphs. | KrystianUjma | |
2019-04-08 | Implement Gradle Pass Configuration | Kamil Doległo | |
2019-04-03 | partial fix MarkdownFormatTest.extensions#2 test, change order of content ↵ | KrystianUjma | |
and signature, 4 tests fixed | |||
2019-04-02 | fix MarkdownFormatTest.extensions#1 test, add table cell | KrystianUjma | |
2019-04-01 | fix MarkdownFormatTest.extensions#1 test | KrystianUjma | |
2019-04-01 | Fix some returnTag tests | Kamil Doległo | |
2019-03-27 | Fix some "sinceKotlin" unit tests | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-18 | Merge branch 'dev-pre' into dev | Simon Ogorodnik | |
# Conflicts: # core/src/main/kotlin/Model/PackageDocs.kt | |||
2019-03-13 | Fix nullability annotations in javadoc | Simon Ogorodnik | |
#446 fixed | |||
2019-03-11 | Fix not null annotation java-as-html bug (#442) | Krystian Ujma | |
2019-03-11 | Allow linking arguments with methods, change link label (#431) | Kamil Doległo | |
* Add PsiParameter to link arguments with methods, change link label | |||
2019-03-11 | Fix test, prohibit non-unix path style for dir property | KrystianUjma | |
Update readme.md, allow only unix based path (dir property) | |||
2019-03-11 | Use canonicalPath instead of absolutePath for srcLink | Robert 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-01 | Fix constructor tag does not work (#417) | Krystian Ujma | |
#300 Fixed | |||
2019-02-25 | Rework logic to avoid loosing tags inside pre | Simon Ogorodnik | |
2019-02-25 | Preserve newlines in javadoc code blocks | Dominik Schürmann | |
2019-02-25 | Fix problem on consumer side, improve test (#420) | Simon Ogorodnik | |
2019-02-25 | Fix @deprecated visibility in JavaDoc (#420) | Błażej Kardyś | |
#343 Fixed | |||
2019-02-25 | Fix java doc primary constructors have duplicated parameters | KrystianUjma | |
#341 Fixed | |||
2019-02-25 | Fix protected property getters and setters show the wrong visibility… (#402) | Krystian Ujma | |
2019-02-19 | Cleanup http | Simon Ogorodnik | |
2019-02-15 | Nullable left off function type parameter with default value (#401) (#328) | Krystian Ujma | |
2019-02-15 | fix annotatedProperty test (#426) | Krystian Ujma | |
2019-02-11 | Update bundled kotlin-compiler to 1.3.20-dev-564 | Simon Ogorodnik | |
2018-12-14 | Modifiers sorted in wrong order #389 | Krystian Ujma | |
Fix #389 (modifiers sorted in wrong order) | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-11-23 | Fix constant values for Java | Simon Ogorodnik | |
2018-10-29 | #361: Fix varargs | Simon Ogorodnik | |
Fix #361 | |||
2018-10-29 | Fix test data | Simon Ogorodnik | |
As Javadoc spec doesn't allow @param tag for classes | |||
2018-10-29 | Implement node selection dsl for test usage | Simon Ogorodnik | |
2018-10-29 | Fix test data | Simon Ogorodnik | |
2018-10-29 | Exclude `internal` visibility modifier from summary, fix exclusion logic | Simon Ogorodnik | |
2018-10-29 | Refactor code of javadoc paragraphs converting | Simon Ogorodnik | |
2018-10-29 | Cleanup support for NodeRenderContent | Simon Ogorodnik | |