aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/translators
AgeCommit message (Collapse)Author
2020-03-04Small cleanup in the modelPaweł Marks
- modifier made not nullable - redundant companions moved out from children lists
2020-03-04Sketch of default signature providerKamil Doległo
2020-03-04Working javadoc parsingBłażej Kardyś
2020-03-04Adding proper accessors to java fieldsBłażej Kardyś
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-27Skipping empty block by defaultPaweł Marks
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-27Remove unneeded DSLMarker, fix bugs in PageCreator, add new ContentKindsKamil Doległo
2020-02-27Refactor PageBuilder and PageContentBuilderKamil Doległo
Also PageBuilder has been renamed to DefaultPageCreator
2020-02-19Rename extensions to make them more uniformKamil Doległo
2020-02-18Translators moved to separate packagesPaweł Marks
also typo fixed and unnecessary dependencies removed