Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-11-23 | Fix constant values for Java | Simon Ogorodnik | |
2018-10-29 | #361: Fix varargs | Simon Ogorodnik | |
Fix #361 | |||
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 | |
2018-07-15 | Fix missing functions after rebase | Simon Ogorodnik | |
2018-07-14 | KT-24032: Fix parameter rendering in asJava mode | Simon Ogorodnik | |
#KT-24032 fixed | |||
2018-07-14 | Fix default param. | Douglas Sigelbaum | |
2018-07-14 | [backport] Introduce option to enable/disable jdk linking | Simon Ogorodnik | |
Original: 8e9e768 | |||
2018-07-14 | KT-24624: Partial, more detailed signature on class page | Simon Ogorodnik | |
2018-07-14 | KT-24025: Support constants in as java mode | Simon Ogorodnik | |
#KT-24025 fixed | |||
2018-07-14 | Provide signature for packages | Simon Ogorodnik | |
2018-07-14 | Fix nullability detection | Simon Ogorodnik | |
2018-07-14 | KT-24300: Support inclusion overview.html into package summary | Simon Ogorodnik | |
2018-07-14 | [backport] KT-24299: Fix local links resolved in incorrect context | Simon Ogorodnik | |
Original: fababd4 | |||
2018-07-14 | [backport] KT-24277: Persist inpage anchors (aka bookmarks) from Javadoc | Simon Ogorodnik | |
Original: 4fddba5 | |||
2018-07-14 | Fix inbound links to enum entries | Simon Ogorodnik | |
2018-07-14 | Fix relative uri's generation | Simon Ogorodnik | |
when there is matching trailing segments | |||
2018-07-14 | Fix resolution of inbound links to constructors in Javadoc | Simon Ogorodnik | |
2018-07-14 | [backport] KT-24271: Support external link resolution in JavadocParser | Simon Ogorodnik | |
Original: ace3914 | |||
2018-07-14 | KT-24270: Render platform-types with bang | Simon Ogorodnik | |
2018-07-14 | [backport] KT-24028: Add type info to param and return section in javadoc | Simon Ogorodnik | |
Original: a603157 | |||
2018-07-14 | [backport] KT-24152: Support implicit sections inheritance | Simon Ogorodnik | |
Original: 5636fac | |||
2018-07-14 | Fix resolution of package links | Simon Ogorodnik | |
2018-07-14 | [backport] Support for {@inheritDoc} including grand inheritance and skip ↵ | Sean McQuillan | |
levels. Original: 0eda743 | |||
2018-07-14 | [backport] Support for {@inheritDoc} including grand inheritance and skip ↵ | Sean McQuillan | |
levels. Original: f100b73 | |||
2018-07-14 | [backport] KT-24149: Fix resolution of links in Javadoc | Simon Ogorodnik | |
Original: edc0581 | |||
2018-07-14 | [backport] KT-24042: Fix structure of content paragraphs in Javadoc parser | Simon Ogorodnik | |
Original: edc0581 | |||
2018-07-14 | [backport] Sort by lowercase name everywhere. | Douglas Sigelbaum | |
Original: 2ca99c2 | |||
2018-07-14 | [backport] Make accessible | Simon Ogorodnik | |
Original: 44ec370 KT-24039: Support Inherited xml attributes | |||
2018-07-14 | KT-24113: Render inner classes names qualified | Simon Ogorodnik | |
2018-07-14 | KT-24109: Fix generation of superclass sequence | Simon Ogorodnik | |
2018-07-14 | KT-24036: Don't show visibility modifiers in summary | Simon Ogorodnik | |
2018-07-14 | [backport] Added logic for inherited constants. | Douglas Sigelbaum | |
Also, switched to using recursively inherited members instead of just inherited members in the immediate super class. Original: 56c3558 | |||
2018-07-14 | Fix checking belonging to public API | Simon Ogorodnik | |