Age | Commit message (Expand) | Author |
2020-07-16 | Fix signature duplication when filtering inherited functions | Kamil Doległo |
2020-07-16 | Implement javadoc search | Marcin Aman |
2020-07-16 | Data class fix | Andrzej Ratajczak |
2020-07-15 | Show sourcesets from extension points as a part of page's sourceset | Marcin Aman |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak |
2020-07-13 | Javadoc anchors | Błażej Kardyś |
2020-07-13 | Implemented extension point for tab sorting strategy | Filip Zybała |
2020-07-13 | Rename processSuperClasses to buildInheritanceInformation | Marcin Aman |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman |
2020-07-13 | Fix NPE | Alex Saveau |
2020-07-13 | Render explicitly documented primary constructors | Paweł Marks |
2020-07-08 | Add GFM tests | Andrzej Ratajczak |
2020-07-07 | Javadoc signature provider (#1041) | Marcin Aman |
2020-07-07 | Make Location provider use anchor hints | Paweł Marks |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-01 | JavadocParser: Remove unexpected whitespace from javadoc | sebastian.sellmair |
2020-07-01 | Implement `AbstractJavadocTemplateMapTest` API | sebastian.sellmair |
2020-06-26 | Javadoc briefs update | Błażej Kardyś |
2020-06-25 | Make samples runnable | Kamil Doległo |
2020-06-25 | Divergent rendering for markdown | Marcin Aman |
2020-06-25 | Enforces directory for classlikes | Andrzej Ratajczak |
2020-06-25 | Silence for now dependency to coroutines because it was breaking some tests | Paweł Marks |
2020-06-25 | Render extensions | Paweł Marks |
2020-06-25 | Extract information about extensions | Paweł Marks |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |
2020-06-25 | Fix double typealias rendering | Andrzej Ratajczak |
2020-06-25 | Fixed requested changes | Andrzej Ratajczak |
2020-06-25 | Javadoc single signature fix | Andrzej Ratajczak |
2020-06-25 | Fix tests | Andrzej Ratajczak |
2020-06-25 | Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ... | Andrzej Ratajczak |
2020-06-25 | Hides internal annotations from rendering #947 | Andrzej Ratajczak |
2020-06-24 | Internal links | Marcin Aman |
2020-06-24 | Fix tests | Andrzej Ratajczak |
2020-06-24 | Make inherited functions and implemented intefaces source set dependent | Andrzej Ratajczak |
2020-06-23 | Added fallbacks for samples, params and see also | Filip Zybała |
2020-06-23 | Javadoc classlikes and function pages | Marcin Aman |
2020-06-18 | Fixed sources platform tags; tailrec and external modifiers; sorting. | Filip Zybała |
2020-06-18 | KotlinSignatureProvider: Render 'fun interface' into signature | sebastian.sellmair |
2020-06-17 | Added typealiases to Types tab | Filip Zybała |
2020-06-17 | Add UnresolvedBound instead of throwing an exception | Kamil Doległo |
2020-06-15 | Change sourceSet collection from List to Set | Kamil Doległo |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo |
2020-06-12 | Refactor of Annotations and ExtraModifiers to be platform depedent | Andrzej Ratajczak |
2020-06-12 | Add platform dependent annotations | Andrzej Ratajczak |
2020-06-12 | Handle failing `PsiMethod.findSuperMethods` | sebastian.sellmair |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-06-09 | Improve CSS, pages navigation tree and create anchors on page | Marcin Aman |
2020-06-09 | Make enum entry constructor sourceset dependent | Marcin Aman |
2020-06-04 | All modules page generation | Błażej Kardyś |