aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-22Adds asynchronous renderingAndrzej Ratajczak
2020-04-22Fix incorrect plugins paths when project is on a different filesystem than ↵Kamil Doległo
Gradle
2020-04-22Exclude kotlin_metadata and kotlin_builtins from coreDependencies to fix ↵Kamil Doległo
IntelliJ symbol resolution
2020-04-22Fix a bug with relative paths when generating documentation on WindowsKamil Doległo
2020-04-22Fix testAndrzej Ratajczak
2020-04-22Refactors sources to documentables translationAndrzej Ratajczak
2020-04-16Fix a bug in CrossPlatformExec.kt that prevented Windows from running mvnKamil Doległo
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-09Fix improper reporting of time measurementPaweł Marks
2020-04-08Fix content testsKamil Doległo
2020-04-08Fix unnecessary wrapping of signatures, changes in layoutKamil Doległo
2020-04-08Fix missing logger errorPaweł Marks
2020-04-08Applies requested changesAndrzej Ratajczak
2020-04-08Fixes testsAndrzej Ratajczak
2020-04-08Adds samples configuration parameter to include samples sources.Andrzej Ratajczak
2020-04-08Adds source links to provide linking to source code on remote repositoriesAndrzej Ratajczak
2020-04-08Adds includes configuration parameter to include package and module descriptionsAndrzej Ratajczak
2020-04-08Resolves problems with multiple DRI resolve in Markdown ParserAndrzej Ratajczak
2020-04-08Moving search-component inside core projectBłażej Kardyś
2020-04-07Fix adding `actual typealias` to annotation classesKamil Doległo
2020-04-07Ignore `.map` files in expect testsKamil Doległo
2020-04-07Regenerate expect filesKamil Doległo
2020-04-07Add Typealiases rendering and mergingKamil Doległo
2020-04-07Add DTypeAlias documentableKamil Doległo
2020-04-07Close methods in DefaultDescriptorToDocumentableTranslator and format the fileKamil Doległo
2020-04-06Modified MarkdownParser to fit new See structure. Fixed minor errors in tests.Filip Zybała
2020-04-06Changed see also parsing, added see also section to pagesFilip Zybała
2020-04-06Integrating fuzzy search into dokkaBłażej Kardyś
2020-04-02Fix warning "Failed to initialize native filesystem for Windows"Kamil Doległo
2020-04-01Fixes problems with Markdown and JekyllAndrzej Ratajczak
2020-03-31Fix test data for platform dependent hintPaweł Marks
2020-03-31Fix platform name being the same as module namePaweł Marks
2020-03-31Merge redundant dependencies block in build definitionPaweł Marks
2020-03-31Make parameters no longer platform taggedPaweł Marks
as they are part of platform hinted description
2020-03-31Regenerates expectsPaweł Marks
2020-03-31Update tests to take into account new wrappingPaweł Marks
2020-03-31Make renderer respect platform restriction for table rowsPaweł Marks
2020-03-31Make PageContentBuilder to create proper content for all tagsPaweł Marks
2020-03-31Adds simple tests for parameter renderingPaweł Marks
2020-03-31Add test-tools module and matchers for content inside of itPaweł 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-31Added platformTags rendering. Provided simple css classes. TODO adjust css, ↵Filip Zybała
add onHover
2020-03-31Pull Request review fixes - defaultLinks method refactored, blank lines removedFilip Zybała
2020-03-31Fixed maven and CLI runners stdlib links bugFilip Zybała
2020-03-30Restricting pages generation for inherited functionsBłażej Kardyś
2020-03-26Fixing enum entries parsing for descriptors and presentationBłażej Kardyś
2020-03-26Fixed testsFilip Zybała