aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/translators
AgeCommit message (Expand)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-06-22Multilanguage docs inheritance (#1951)Marcin Aman
2021-05-31Fix rendering html in briefs (#1931)Marcin Aman
2021-05-17Fix preserving spaces in Javadoc comments (#1923)Kamil Doległo
2021-05-06Bump compiler to 1.5.0 (#1856)Marcin Aman
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
2021-04-06Fix some compiler warnings (#1812)Kamil Doległo
2021-03-10Headers in tables (#1768)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
2021-03-01Add explicit exceptions in markdown and allow for empty link destinations (#1...Marcin Aman
2021-03-01Suppress tag support (#1742)Marcin Aman
2021-02-05Annotations for parameters (#1710)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-07Change logging level for conflicting documentation and remove unused ant fileMarcin Aman
2021-01-04Refactor ContentTable builder and fix GFM table rendering (#1682)Kamil Doległo
2020-12-29Parsing of JvmName (#1675)Marcin Aman
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-12-03Bump compiler to 1.4.20, IJ to 201 and coroutines to 1.4.1 (#1641)Marcin Aman
2020-11-25Remove suspend from SourceToDocumentableTranslator (#1622)Kamil Doległo
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
2020-10-15Fix class cast exception when creating the ancestry treeKamil Doległo
2020-10-15Fix displaying authorsMarcin Aman
2020-10-15Fix unresolved link parsing in Javadoc that resulted in an empty link label (...Kamil Doległo
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-09On this page component (#1504)Marcin Aman
2020-10-08Handle multiple authors (#1539)Marcin Aman
2020-10-08Fix multiline links in javadoc and wrong linebreaking of <pre> bodies (#1518)Andrzej Ratajczak
2020-10-08Adding properties pages for enum entriesBłażej Kardyś
2020-10-08Add information about content kind and sourceset to anchorMarcin Aman
2020-10-08Fixes to multimodule page anchoringMarcin Aman
2020-10-08Anchors hintMarcin Aman
2020-10-08Improve stylesMarcin Aman
2020-10-07Hide derived members that are not publicAndrzej Ratajczak
2020-10-07Introduce top-level DocTagAndrzej Ratajczak
2020-10-06Fixing clashing properties and functions pagesBłażej Kardyś
2020-10-06Addding separate pages for propertiesBłażej Kardyś
2020-10-05Fix vararg signatures (#1516)Andrzej Ratajczak
2020-10-02Make translators run in parallel.Andrzej Ratajczak