aboutsummaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2020-01-28Adding java files psi parsingBłażej Kardyś
2020-01-22tests moved to :testApi moduleSzymon Świstun
2020-01-17Fix TestRunner after the refactoring of DokkaGenerator pipelineKamil Doległo
2020-01-16Removes redundant Writer interfaceAndrzej Ratajczak
2020-01-16Applies requested changesAndrzej Ratajczak
2020-01-16Refactor of DokkaGenerator pipeline, removed ExtensionPoints dependencies ↵Andrzej Ratajczak
other than context
2020-01-15Fix the test frameworkKamil Doległo
2020-01-15Add testing utils and examplesSzymon Świstun
2020-01-15Information about generics and nullability is no longer lostPaweł Marks
also removed obsolete and commented tests
2020-01-15Resolved problems with DRI genericsAndrzej Ratajczak
2020-01-15Rewriting HtmlRenderer to use kotlinx.htmlBłażej Kardyś
2020-01-08Resolved problems with plugins loading ordering and added type safe ordering ↵Andrzej Ratajczak
function
2020-01-08cleanupSzymon Świstun
2020-01-08drop removedSzymon Świstun
2020-01-08module name fixSzymon Świstun
2020-01-08fixed module nameSzymon Świstun
2020-01-08response to commentsSzymon Świstun
2020-01-08DRI infinite recursion plugSzymon Świstun
2020-01-08linksHandler temp fixSzymon Świstun
2020-01-08change in list building logicSzymon Świstun
2020-01-08module nameSzymon Świstun
2020-01-08BlockQuote and ImgSzymon Świstun
2019-12-16Changes naming and applies pull request's requirementsAndrzej Ratajczak
2019-12-13Add abstract structure for MD/HTML comments and MD parserBarkingBad
2019-12-05Parentless page navigationBłażej Kardyś
2019-11-28Cleanup old commentsKamil Doległo
2019-11-28Fix a bug with internal links without extensionKamil Doległo
2019-11-28Cleaning package namingBłażej Kardyś
2019-11-26Making names of extension points more consistentPaweł Marks
2019-11-26Introduction of all important extension points and restructuring of ↵Paweł Marks
DokkaGenerator
2019-11-26Fix FileWriterKamil Doległo
2019-11-26Fix XMLPlugin after changes in DRIsKamil Doległo
2019-11-26Rework DRIs to handle genericsKamil Doległo
Receiver and type parameters are now fully qualified names
2019-11-26Default context for dokkaPaweł Marks
2019-11-26Cache for plugin stubsPaweł Marks
2019-11-26Interface segregation in plugins apiPaweł Marks
2019-11-26Merging PageNode changes with pluginsBłażej Kardyś
2019-11-25Descriptor independent DocumentationNodes and seperate Page and PageContent ↵Błażej Kardyś
builders
2019-11-25Cleanup and fix before XML pluginKamil Doległo
2019-11-25Initial XML pluginKamil Doległo
2019-11-25Add variable content to PageNodes and extras to DocumentationNodesKamil Doległo
I'm just sorry
2019-11-25Add initial PageNodeTransformer interfaceKamil Doległo
2019-11-25Add TODO due to not wrapping signatures in ContentCodeKamil Doległo
2019-11-25Fix bad DRI parsing from stringKamil Doległo
This code produced list of params with an empty string value instead of an empty list, which made some DRIs not equal
2019-11-25More extension pointsPaweł Marks
2019-11-25Mathjax plugin implementedPaweł Marks
2019-11-25Working extensions in pluginsPaweł Marks
2019-11-25Adds simplest classpath checking for pluginsPaweł Marks
2019-11-25Few fixes for loggerPaweł Marks
2019-11-25First plugin draftPaweł Marks