aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-06-23Javadoc classlikes and function pagesMarcin Aman
All implemented interfaces, first attempt at inherited methods
2020-06-23Adding base brief renderingBłażej Kardyś
2020-06-23Fix tests on javadocMarcin Aman
2020-06-23Fixed javadoc crash on PSI sources. Allowed class hierarchy to have two ↵Filip Zybała
roots: kotlin.Any and java.lang.Object
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-18Added descriptions with type and location to distinguish symbols with name-clashFilip Zybała
2020-06-18Fixed sources platform tags; tailrec and external modifiers; sorting.Filip Zybała
2020-06-18KotlinSignatureProvider: Render 'fun interface' into signaturesebastian.sellmair
2020-06-17Added typealiases to Types tabFilip Zybała
2020-06-17Add UnresolvedBound instead of throwing an exceptionKamil Doległo
2020-06-16Developer's guide to dokkaBłażej Kardyś
2020-06-16Fix sourceSetID creationKamil Doległo
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Fix sourceSet matching inside ReportUndocumentedTransformersebastian.sellmair
2020-06-15Fix testsKamil Doległo
2020-06-15Make module name a part of sourceSetID be defaultKamil Doległo
2020-06-15Fix DokkaCollector taskKamil Doległo
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-12Styles fixAndrzej Ratajczak
2020-06-12Fix after rebaseAndrzej Ratajczak
2020-06-12Stdlib wrapping in signatureMarcin Aman
2020-06-12Refactor of Annotations and ExtraModifiers to be platform depedentAndrzej Ratajczak
2020-06-12Add platform dependent annotationsAndrzej Ratajczak
2020-06-12Fix module and package descriptor for java only sourcesAndrzej Ratajczak
2020-06-12Fix npm cachingKamil Doległo
2020-06-12Handle failing `PsiMethod.findSuperMethods`sebastian.sellmair
2020-06-10Ignore main.js and main.js.mapsebastian.sellmair
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-09Changed anchors handling to work properly with tabsFilip Zybała
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-04Update TS migration to current dev, move to a common package, rename to frontendMarcin Aman
2020-06-04TD: Rewrite application to TSMaksymilian Pamula
2020-06-03Fixed problem with linking absolute links as relativeFilip Zybała
2020-06-03Added persistence in window scope for filtering and tabs state.Filip Zybała
2020-06-03Enum constructor valuesMarcin Aman
2020-06-02Divergent samples fixAndrzej Ratajczak
2020-05-28Initially show only the default chosen tab bodyMarcin Aman
2020-05-28Added filtering to HTML pagesFilip Zybała
2020-05-28Return types links in inner classes with generic parentsMarcin Aman
2020-05-27Fixed table rendering for markdown.Filip Zybała
2020-05-26Fixes multiple actual annotations bugAndrzej Ratajczak
2020-05-26Refactor type aliasesAndrzej Ratajczak
2020-05-26Remove unnecessary importsAndrzej Ratajczak
2020-05-26Light annotations fixAndrzej Ratajczak
2020-05-26Apply request changesAndrzej Ratajczak