aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/model/Documentable.kt
AgeCommit message (Expand)Author
2020-04-23Fix inheritors transformerAndrzej Ratajczak
2020-04-22Fix testAndrzej Ratajczak
2020-04-22Refactors sources to documentables translationAndrzej Ratajczak
2020-04-07Add Typealiases rendering and mergingKamil Doległo
2020-04-07Add DTypeAlias documentableKamil Doległo
2020-03-31Make PageContentBuilder to create proper content for all tagsPaweł Marks
2020-03-26Changed modifier to PlatformDependentFilip Zybała
2020-03-26Fixed expected-actual merging. Refactored contentForComments.Filip Zybała
2020-03-25Introduce VoidObject and JavaObjectKamil Doległo
2020-03-20Adding missing extra modifiers for java functionsBłażej Kardyś
2020-03-18Model changeSzymon Świstun
2020-03-17Combine multiple applyIfSzymon Świstun
2020-03-17Add more information to DocumentablesSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-11Use Bounds instead of Wrappers to describe typesPaweł Marks
2020-03-11Refactor brief documentation, remove `Parameters` block from functions' pagesKamil Doległo
2020-03-11Merges documentables with the same sourcePaweł Marks
2020-03-11Remove nested packages from packagesKamil Doległo
2020-03-04Refactor ModifiersKamil Doległo
2020-03-04Now signature provider uses new visibility modelPaweł Marks
2020-03-04Small cleanup in the modelPaweł Marks
2020-03-04Sketch of default signature providerKamil Doległo
2020-03-04Replace Visibility used in Documentables with custom classesKamil Doległo
2020-03-04Add information about modifiers to Documentables' extra propertiesSzymon Świstun
2020-02-28Remove the duplication of companion objects in the modelSzymon Świstun
2020-02-27Rename `actual` to `sources`Kamil Doległo
2020-02-27Small adjustments to the new modelPaweł Marks
2020-02-27Fix descriptor to documentable translatorSzymon Świstun
2020-02-27Adding psi parsing for new modelBłażej Kardyś
2020-02-27Crude Documentable mergerPaweł Marks
2020-02-27Replace original with platformData in DocumentablesKamil Doległo
2020-02-27Makes Documentables into property containersPaweł Marks
2020-02-27Model for type parametersPaweł Marks
2020-02-27Unpacking unnecessarily PlatformDependanted valuesBłażej Kardyś
2020-02-27Moving expect value to PlaformDependentBłażej Kardyś
2020-02-27Amendments to new Documentables modelBłażej Kardyś
2020-02-27Refactor Documentable modelKamil Doległo
2020-02-18Moves DescriptorToDocumentableTransformer to base pluginPaweł Marks
2020-02-17Removing duplicated content blocksBłażej Kardyś
2020-02-12kotlin-as-java pluginSzymon Świstun
2020-02-10formattingSzymon Świstun
2020-02-06Resolves bugs with doubling references and fixes minor bugsAndrzej Ratajczak
2020-02-06Resolved problems with doubling commentsAndrzej Ratajczak
2020-01-28Adding java files psi parsingBłażej Kardyś
2020-01-08response to commentsSzymon Świstun
2020-01-08module nameSzymon Świstun
2019-12-16Changes naming and applies pull request's requirementsAndrzej Ratajczak
2019-12-13Add abstract structure for MD/HTML comments and MD parserBarkingBad