aboutsummaryrefslogtreecommitdiff
path: root/testApi
AgeCommit message (Collapse)Author
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-04All modules page generationBłażej Kardyś
2020-05-20Merging of platform dependent hints in sourceset treeBłażej Kardyś
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-04-30Adds possibility to configure pluginsAndrzej Ratajczak
2020-03-25Fix stdlib tests by adding stdlib to the test classpathKamil Doległo
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak
2020-03-18Adding documentable filtering based on visibilityBłażej Kardyś
2020-03-18Fix html renderer testsPaweł Marks
2020-03-17Add warning when unused extension points are foundSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-04Use JDK8 as the default versionKamil Doległo
2020-03-04Tests for wrapping groups in renderer. Also util for groupsPaweł Marks
2020-03-04Creates MockContext for testsPaweł Marks
2020-02-28Test api moved to sensible packagePaweł Marks
2020-02-28Port some of the core tests from the previous modelSzymon Świstun
2020-02-19added test point after renderSzymon Świstun
2020-02-13Update packaging structure, fix testAPI publication, simplify dependencies ↵Kamil Doległo
handling in plugins Fixes #627 This commit removes repackaging `dokka-core` with all its dependencies by creating a publication for those dependencies. Moreover it moves `kotlinx-markdown` dependency to `coreDependencies` as this library is only present in Kotlin Bintray repository. TestAPI now publishes correctly
2020-02-12Adds requested changesAndrzej Ratajczak
2020-02-12Implements tests for MarkdownParser and fixes some bugs related to itsAndrzej Ratajczak
2020-02-12plugin overridesSzymon Świstun
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo
2020-01-31Unifing model for pages with content ant technical renderer specific pagesPaweł Marks
2020-01-22tests moved to :testApi moduleSzymon Świstun