Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-29 | Move source links into signature (#2476) | Vadim Mishenev | |
2022-07-29 | Add member icons to navigation menu (#2578) | Ignat Beresnev | |
2022-06-30 | Mark synthetic methods generated for Java enums as obvious (#2554) | Ignat Beresnev | |
Fixes #2548 | |||
2022-06-30 | Do not generate source links for synthetic elements (#2547) | Ignat Beresnev | |
Fixes #2544 | |||
2022-06-30 | Add enum synthetic functions to documentable model (#2553) | Ignat Beresnev | |
2022-05-16 | Don't expose enum constructor arguments to documentations (#2497) | ebraminio | |
* Don't expose enum constructor arguments to documentation Enum constructor arguments is mostly internal detail of enums that isn't supposed to be exposed to clients of some library so let's don't put it in the generated documentations result. | |||
2022-04-27 | Fix empty parentheses for no-arg enum entry (#2470) | Ignat Beresnev | |
* Fix empty parentheses for no-arg enum entry Fixes #2355 * Move parentheses punctuation inside `list` call * Revert formatting * Correct expected ordering of enum entries in tests | |||
2022-04-26 | Fix reversed ordering of enum entries (#2469) | Ignat Beresnev | |
* Fix reversed ordering of enum entries Fixes #2466 * Add navigation sideMenu unit tests * Make enum entries in tests non alphabetical | |||
2022-01-27 | Fix resolving DRIs of Enum Entries (#2305) | Andrzej Ratajczak | |
* Fix resolving DRIs of Enum Entries * Unify DRIs for Kotlin and Java enums. Add EnumEntry linking tests * Updates EnumEntry extras in documentable translators * Fix tests * Apply requested changes * Apply requested changes | |||
2021-08-25 | Manual highlighting webhelp (#2079) | vmishenev | |
* Add manual code highlighting * Fix test * Add kotlinAsJava highlighting * Add runtime highlighting via Prism * Add copy-button for code block * Add tests and refactor * Replace `<br>` for prism.js * Parse trivial default values Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-04-14 | Fix visibility on enum entry property (#1828) | Marcin Aman | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-10-08 | Improve styles | Marcin Aman | |
2020-10-06 | Addding separate pages for properties | Błażej Kardyś | |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-01 | Implement `AbstractJavadocTemplateMapTest` API | sebastian.sellmair | |
2020-06-25 | Fix tests after rebase | Andrzej Ratajczak | |
2020-06-25 | Fix tests | Andrzej Ratajczak | |
2020-06-25 | Tests for SinceKotlin and Deprecated | Andrzej Ratajczak | |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ↵ | Andrzej Ratajczak | |
`Deprecated`. #944 | |||
2020-06-23 | First version of javadoc output generation | Andrzej Ratajczak | |
2020-06-09 | Improve CSS, pages navigation tree and create anchors on page | Marcin Aman | |
2020-06-09 | Make enum entry constructor sourceset dependent | Marcin Aman | |
2020-06-03 | Enum constructor values | Marcin Aman | |
2020-04-22 | Fix test | Andrzej Ratajczak | |
2020-03-30 | Restricting pages generation for inherited functions | Błażej Kardyś | |
2020-03-18 | Fix minor bugs and add core tests | Szymon Świstun | |
2020-03-17 | Add expect with generation | Szymon Świstun | |
2020-03-16 | Rename Documentables to avoid name conflicts | Kamil Doległo | |
2020-03-06 | fixed enum entries generation | Szymon Świstun | |
2020-02-28 | Test api moved to sensible package | Paweł Marks | |
2020-02-18 | Moves all core tests to base plugin | Paweł Marks | |