aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin
AgeCommit message (Collapse)Author
2021-07-23Add numeric types of annotation parameter value (#2035)vmishenev
2021-07-22Fix overflow in throws tables (#2028)Marcin Aman
2021-07-12Handle NBSP and other html entries (#2005)Marcin Aman
2021-07-09Add missing text styles in html (#2007)Marcin Aman
2021-07-05Flatten multi-module structure (#1980)Kamil Doległo
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists
2021-06-22Logging in CLI (#1976)Marcin Aman
2021-06-22Multilanguage docs inheritance (#1951)Marcin Aman
* Multilanguage docs inheritance * Add map to store inherit doc entries
2021-05-31Fix rendering html in briefs (#1931)Marcin Aman
2021-05-17Fix preserving spaces in Javadoc comments (#1923)Kamil Doległo
Fixes #1895
2021-05-06Bump compiler to 1.5.0 (#1856)Marcin Aman
* Bump compiler to 1.5.0 * Include Api changes
2021-05-06Fix line separator issues (#1887)Ryan Nett
* Fix line separator issues * Test fix * Handle just CR as well, add better test * Add escaped \r\n to tests
2021-04-21Fix suppressing enum entries by inheritance filter (#1866)Marcin Aman
2021-04-14Fix missing annotations in GFM and unresolved static imports (#1845)Marcin Aman
* Fix missing unresolved links in GFM * Fix missing links to elements imported as static
2021-04-14Fix visibility on enum entry property (#1828)Marcin Aman
2021-04-14Handle html in kdoc (#1805)Marcin Aman
2021-04-06Suppress inherited members (#1814)Marcin Aman
2021-03-04Obvious functions should also work for interfaces (#1763)Marcin Aman
2021-03-01Add ability to suppress obvious functions like equals, toString... (#1758)Marcin Aman
* Add ability to suppress obvious functions like equals, toString... * Add ability to suppress obvious functions like equals, toString...
2021-03-01Add explicit exceptions in markdown and allow for empty link destinations ↵Marcin Aman
(#1757)
2021-03-01Bump markdown to 0.2.0 and fix negation in links being interpreted as img ↵Marcin Aman
(#1754) * Bump markdown library to 0.2.0 * Render shorthand images as link with text
2021-03-01Suppress tag support (#1742)Marcin Aman
* Suppress tag support * Support Hide tag in javadoc * Extract hide tag to be in separate plugin
2021-02-16Fix displaying default java visibility (#1738)Marcin Aman
2021-02-05Fix links to method parameters from documentation (#1713)Kamil Doległo
2021-02-05Annotations for parameters (#1710)Marcin Aman
* Annotations for parameters * Annotations for parameters
2021-01-21Empty modules filtering (#1699)Marcin Aman
2021-01-20Annotations for parameters (#1704)Marcin Aman
2021-01-20Bring back displaying jvm name when KaJ is not present (#1702)Marcin Aman
2021-01-14Footer customisation (#1691)Marcin Aman
2021-01-05Versioning (#1654)Błażej Kardyś
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2021-01-05Fix a bug with inserting template commands instead of link text (#1685)Kamil Doległo
Some test methods were dropped intentionally, as using them can lead to subtle bugs. The same methods are available in the base-test-utils module
2020-12-29Parsing of JvmName (#1675)Marcin Aman
* Parsing of JvmName * Make JvmName processor run after KaJ
2020-12-15Fix wrong docs on DProperty (#1671)Marcin Aman
2020-12-03Resolve DRI-s from valueOf and values in java enum (#1655)Marcin Aman
2020-11-27Adding multimodule all modules page creation for gfmBłażej Kardyś
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-11-27Add navigation fragments for templatingPaweł Marks
2020-11-18Add matchingRegex (#598)Martin Bonnin
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex
2020-11-13Generate content with the params order of KDoc (#1611)gzoritchak
2020-11-12Javadoc @inheritDoc tag support (#1608)Marcin Aman
2020-11-12Adding function division switchBłażej Kardyś
2020-11-09Cleaning querying from plugins where possibleBłażej Kardyś
2020-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags
2020-10-15Fix class cast exception when creating the ancestry treeKamil Doległo
2020-10-15Fix displaying authorsMarcin Aman
2020-10-15IsException should also be true when class inherits from Exception (#1558)Marcin Aman
2020-10-15Make names resulting from clashing DRI-s appear only in navigatable componentsMarcin Aman
2020-10-15Distinguish types from functions on navigationMarcin Aman
2020-10-08Handle multiple authors (#1539)Marcin Aman
2020-10-08Fix merging documentations of modules and packages (#1480)Andrzej Ratajczak
* Fix merging documentations of modules and packages * Adjust doctag to new API Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2020-10-08Fix multiline links in javadoc and wrong linebreaking of <pre> bodies (#1518)Andrzej Ratajczak
* Fix multiline links in javadoc * Fix wrong linebreaking of <pre> bodies * Use included static values for external links Co-authored-by: Marcin Aman <marcin.aman@gmail.com>