aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/translators/descriptors
AgeCommit message (Expand)Author
2020-06-25Fixed requested changesAndrzej Ratajczak
2020-06-25Hides internal annotations from rendering #947Andrzej Ratajczak
2020-06-24Internal linksMarcin Aman
2020-06-24Make inherited functions and implemented intefaces source set dependentAndrzej Ratajczak
2020-06-23Javadoc classlikes and function pagesMarcin Aman
2020-06-18KotlinSignatureProvider: Render 'fun interface' into signaturesebastian.sellmair
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-12Refactor of Annotations and ExtraModifiers to be platform depedentAndrzej Ratajczak
2020-06-12Add platform dependent annotationsAndrzej Ratajczak
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-09Make enum entry constructor sourceset dependentMarcin Aman
2020-06-03Enum constructor valuesMarcin Aman
2020-05-28Return types links in inner classes with generic parentsMarcin Aman
2020-05-26Apply request changesAndrzej Ratajczak
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and Kotli...Andrzej Ratajczak
2020-05-21Fix a bug with path filtering on WindowsKamil Doległo
2020-05-19Missing generics on class. Add generics to annotation #834Marcin Aman
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-05-13Introduce requested changesAndrzej Ratajczak
2020-05-13Working tests for includes, sources and samples. Minor bugfixesAndrzej Ratajczak
2020-05-06Receiver for extension property #809Marcin Aman
2020-04-30Add parameters tag filtering for primary constructor in constructors pageAndrzej Ratajczak
2020-04-30Fix missing expect KDoc when all actual implementations don't override KDocAndrzej Ratajczak
2020-04-22Refactors sources to documentables translationAndrzej Ratajczak
2020-04-16Change '<>' to '[]' in default package name as Windows prohibits filenames wi...Kamil Doległo
2020-04-15Fix path clash with top-level declarations, catch link resolving exception, r...Kamil Doległo
2020-04-08Resolves problems with multiple DRI resolve in Markdown ParserAndrzej Ratajczak
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-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-26Changed modifier to PlatformDependentFilip Zybała
2020-03-26Fixed expected-actual merging. Refactored contentForComments.Filip Zybała
2020-03-25Refactored extension method and signature builder. Added indentation to class...Filip Zybała
2020-03-25Fixed data class rendering. Added information about primary constructor and c...Filip Zybała
2020-03-18Make DefaultValue extra property actualy do somethingPaweł Marks
2020-03-18Add default values for parametersSzymon Świstun
2020-03-18Fix minor bugs and add core testsSzymon Świstun
2020-03-18Model changeSzymon Świstun
2020-03-17Add annotations to extra propertiesSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-11Use Bounds instead of Wrappers to describe typesPaweł Marks
2020-03-11Properly merge AdditionalModifiers from different platformsPaweł Marks
2020-03-11Remove nested packages from packagesKamil Doległo
2020-03-06fixed enum entries generationSzymon Świstun
2020-03-04Refactor ModifiersKamil Doległo
2020-03-04Add initial version of Kotlin as Java pluginKamil Doległo
2020-03-04fixed npe during stdlib generationSzymon Świstun