aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/model/Documentable.kt
AgeCommit message (Expand)Author
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-23Javadoc classlikes and function pagesMarcin Aman
2020-06-17Add UnresolvedBound instead of throwing an exceptionKamil Doległo
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-05-26Apply request changesAndrzej Ratajczak
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and Kotli...Andrzej Ratajczak
2020-05-19Missing generics on class. Add generics to annotation #834Marcin Aman
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-05-06Receiver for extension property #809Marcin Aman
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