aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/resources
AgeCommit message (Collapse)Author
2022-02-21Code cleanups (#2165)Goooler
2022-01-27Fix resolving DRIs of Enum Entries (#2305)Andrzej Ratajczak
* Fix resolving DRIs of Enum Entries * Unify DRIs for Kotlin and Java enums. Add EnumEntry linking tests * Updates EnumEntry extras in documentable translators * Fix tests * Apply requested changes * Apply requested changes
2021-09-21Fix link to javadoc enum entry (#2131)vmishenev
2021-07-05Flatten multi-module structure (#1980)Kamil Doległo
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists
2021-05-31Fix rendering html in briefs (#1931)Marcin Aman
2020-10-08Fix merging documentations of modules and packages (#1480)Andrzej Ratajczak
* Fix merging documentations of modules and packages * Adjust doctag to new API Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2020-09-10Add escaping the at sign in modules and packagesAndrzej Ratajczak
2020-09-08Changed way of merging documentables to avoid exception on merging ↵Andrzej Ratajczak
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms
2020-08-21Fix linking to declarations in companion objects in old dokka formatsKamil Doległo
2020-08-19Fix relocation id creation in the Dokka010ExternalLocationProviderKamil Doległo
2020-08-19Add a test for the DefaultExternalLocationProviderKamil Doległo
2020-08-19Respect relocated declarationsKamil Doległo
2020-07-09Add rendering signatures testsAndrzej Ratajczak
2020-07-09Add tests for signatures renderingAndrzej Ratajczak
2020-07-08Remove unused test resourcesMarcin Aman
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-13Working tests for includes, sources and samples. Minor bugfixesAndrzej Ratajczak
2020-05-12Regenerate expectsMarcin Aman
2020-05-07Platform tag is created only if content has one platform. Adjusted css: ↵Filip Zybała
deleted animation. Div should handle multiple signatures.
2020-05-07Changed html table to div's. Adjusted css to match figma.Filip Zybała
2020-05-06Receiver for extension property #809Marcin Aman
2020-04-30Regenerate expectsPaweł Marks
2020-04-23Fix to testsFilip Zybała
2020-04-16Change '<>' to '[]' in default package name as Windows prohibits filenames ↵Kamil Doległo
with '<>'
2020-04-15Change PlatformHintedContent rendering, js and css to match Figma styleFilip Zybała
2020-04-15Refactor package list to be a preprocessorAndrzej Ratajczak
2020-04-15Fix path clash with top-level declarations, catch link resolving exception, ↵Kamil Doległo
remove default values while merging, merge expect by targets
2020-04-08Fix content testsKamil Doległo
2020-04-07Regenerate expect filesKamil Doległo
2020-03-31Regenerates expectsPaweł Marks
2020-03-31Adjusted CSS, added animation. Adjusted table rendering to make it more ↵Filip Zybała
aesthetic. Generated new expect test outputs.
2020-03-30Restricting pages generation for inherited functionsBłażej Kardyś
2020-03-26Fixed testsFilip Zybała
2020-03-25Regeneration of expect testsPaweł Marks
2020-03-20Update expectPaweł Marks
2020-03-18Remove css and js files from expectsSzymon Świstun
2020-03-18Signatures for functional typesSzymon Świstun
2020-03-17Add expect with generationSzymon Świstun
2020-03-04Now signature provider uses new visibility modelPaweł Marks
2020-03-04Update of test dataPaweł Marks
2020-02-27Skipping empty block by defaultPaweł Marks
2020-02-27response to commentsSzymon Świstun
2020-02-27output comparingSzymon Świstun
2020-02-18Moves all core tests to base pluginPaweł Marks