Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy | |
2022-01-27 | Fix 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 | |||
2022-01-19 | Reuse `ObjectMapper` (#2315) | Ignat Beresnev | |
* Reuse `ObjectMapper` | |||
2021-09-21 | Fix link to javadoc enum entry (#2131) | vmishenev | |
2020-11-27 | Adding inter-module link resolving template strategy for Gfm | Błażej Kardyś | |
2020-11-27 | Add navigation fragments for templating | Paweł Marks | |
2020-11-27 | Add templating commands to the html format | Paweł Marks | |
2020-08-31 | Remove DRI.canonicalPackageName | sebastian.sellmair | |
2020-08-31 | WIP | sebastian.sellmair | |
2020-08-21 | Replace SelfType with family of RecursiveTypes | Paweł Marks | |
2020-08-17 | Fix generic supertypes to hold TypeParameters | Andrzej Ratajczak | |
2020-07-13 | Rename processSuperClasses to buildInheritanceInformation | Marcin Aman | |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman | |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) | |||
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair | |
2020-05-19 | Missing generics on class. Add generics to annotation #834 | Marcin Aman | |
2020-04-15 | Refactor package list to be a preprocessor | Andrzej Ratajczak | |
2020-04-07 | Add DTypeAlias documentable | Kamil Doległo | |
2020-03-25 | Fixing incorrect psi parsing | Błażej Kardyś | |
2020-03-11 | Use Bounds instead of Wrappers to describe types | Paweł Marks | |
2020-03-04 | Sketch of default signature provider | Kamil Doległo | |
2020-03-04 | Working javadoc parsing | Błażej Kardyś | |
2020-02-27 | Model for type parameters | Paweł Marks | |
2020-02-18 | Fixes not recognizing star projection in dris | Paweł Marks | |
2020-02-12 | Fixes infinite recursion bug for immediate nullable self types | Paweł Marks | |
2020-02-12 | Fixes infinite recursion in DRI expansion caused by bounds on nullable ↵ | Paweł Marks | |
parameters | |||
2020-01-28 | Adding java files psi parsing | Błażej Kardyś | |
2020-01-15 | Information about generics and nullability is no longer lost | Paweł Marks | |
also removed obsolete and commented tests | |||
2020-01-15 | Resolved problems with DRI generics | Andrzej Ratajczak | |
2020-01-08 | cleanup | Szymon Świstun | |
2020-01-08 | module name fix | Szymon Świstun | |
2020-01-08 | DRI infinite recursion plug | Szymon Świstun | |
2019-11-26 | Rework DRIs to handle generics | Kamil Doległo | |
Receiver and type parameters are now fully qualified names | |||
2019-11-25 | Descriptor independent DocumentationNodes and seperate Page and PageContent ↵ | Błażej Kardyś | |
builders | |||
2019-11-25 | Fix bad DRI parsing from string | Kamil Doległo | |
This code produced list of params with an empty string value instead of an empty list, which made some DRIs not equal | |||
2019-11-05 | Fix DRI.withClass | Kamil Doległo | |
2019-11-04 | Some parsing for markdown links | Paweł Marks | |
2019-10-31 | Model updated | Paweł Marks | |
2019-10-31 | Temp changes | Błażej Kardyś | |
2019-10-29 | [WIP] new model | Kamil Doległo | |