aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test
AgeCommit message (Collapse)Author
2020-06-30Fix primary constructor in signatureKamil Doległo
2020-06-29Test Api, "testInline": Add support for idiomatic trimIndent and trimMarginsebastian.sellmair
2020-06-26Javadoc briefs updateBłażej Kardyś
2020-06-25Make samples runnableKamil Doległo
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵Kamil Doległo
use it instead of SourceSetData
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-06-25Added deprecation filter. Included some tests.Filip Zybała
2020-06-25Added support for includeNonPublic option in top-level and package-level. ↵Filip Zybała
Added tests for it.
2020-06-25Fix tests after rebaseAndrzej Ratajczak
2020-06-25Fix testsAndrzej Ratajczak
2020-06-25Tests for SinceKotlin and DeprecatedAndrzej Ratajczak
2020-06-25Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ↵Andrzej Ratajczak
`Deprecated`. #944
2020-06-24Internal linksMarcin Aman
2020-06-24Fix testsAndrzej Ratajczak
2020-06-23Fixed compilation error in testFilip Zybała
2020-06-23Javadoc classlikes and function pagesMarcin Aman
All implemented interfaces, first attempt at inherited methods
2020-06-23Fix tests on javadocMarcin Aman
2020-06-23First version of javadoc output generationAndrzej Ratajczak
2020-06-22Prevent ReportUndocumentedTransformer.kt from reporting "componentN" ↵sebastian.sellmair
functions fromd data classes
2020-06-17Add UnresolvedBound instead of throwing an exceptionKamil Doległo
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Fix sourceSet matching inside ReportUndocumentedTransformersebastian.sellmair
2020-06-15Fix testsKamil Doległo
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-12Fix after rebaseAndrzej Ratajczak
2020-06-12Refactor of Annotations and ExtraModifiers to be platform depedentAndrzej Ratajczak
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-09Improve CSS, pages navigation tree and create anchors on pageMarcin Aman
2020-06-09Fix rendering of functions without parametersPaweł Marks
2020-06-09Make enum entry constructor sourceset dependentMarcin Aman
2020-06-04All modules page generationBłażej Kardyś
2020-06-03Fixed problem with linking absolute links as relativeFilip Zybała
2020-06-03Enum constructor valuesMarcin Aman
2020-06-02Divergent samples fixAndrzej Ratajczak
2020-05-28Return types links in inner classes with generic parentsMarcin Aman
2020-05-26Light annotations fixAndrzej Ratajczak
2020-05-26Apply request changesAndrzej Ratajczak
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and ↵Andrzej Ratajczak
Kotlin as Java. Refactor annotations creation from PSI/Descriptors. Add proper rendering of annotation signatures in both kotlin syntax and java syntax. Tests for annotations
2020-05-25Trim windows carrage return sign in importing includesMarcin Aman
2020-05-20Tabs for sections - update testsMarcin Aman
2020-05-19Missing generics on class. Add generics to annotation #834Marcin Aman
2020-05-19Add github actions CIMarcin Aman
2020-05-19Add test utils for ContentDivergent and fix the testsKamil Doległo
2020-05-19Samples fixAndrzej Ratajczak
2020-05-19Divergent UI fixesMarcin Aman
2020-05-19Add tests for divergent content renderingKamil Doległo
2020-05-19Add a draft version of divergent renderingKamil Doległo
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-05-14Disabled expect tests. Added .gitignore to ignore irrelevant files from ↵Filip Zybała
expect tests. Adjusted Expected Tests to omit folders without html inside.
2020-05-13SourceLinksTransformer: Fixed invalid cast exception, platform tags in ↵Filip Zybała
sources table, splitted invoke function to methods.