aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/links
AgeCommit message (Collapse)Author
2023-11-10Restructure 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-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-04-25Tidy/remove unnecessary imports and suppressions (#2975)aSemy
2022-01-27Fix 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-19Reuse `ObjectMapper` (#2315)Ignat Beresnev
* Reuse `ObjectMapper`
2021-09-21Fix link to javadoc enum entry (#2131)vmishenev
2020-11-27Adding inter-module link resolving template strategy for GfmBłażej Kardyś
2020-11-27Add navigation fragments for templatingPaweł Marks
2020-11-27Add templating commands to the html formatPaweł Marks
2020-08-31Remove DRI.canonicalPackageNamesebastian.sellmair
2020-08-31WIPsebastian.sellmair
2020-08-21Replace SelfType with family of RecursiveTypesPaweł Marks
2020-08-17Fix generic supertypes to hold TypeParametersAndrzej Ratajczak
2020-07-13Rename processSuperClasses to buildInheritanceInformationMarcin Aman
2020-07-13Draft for showing only first level of inheritanceMarcin Aman
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-05-19Missing generics on class. Add generics to annotation #834Marcin Aman
2020-04-15Refactor package list to be a preprocessorAndrzej Ratajczak
2020-04-07Add DTypeAlias documentableKamil Doległo
2020-03-25Fixing incorrect psi parsingBłażej Kardyś
2020-03-11Use Bounds instead of Wrappers to describe typesPaweł Marks
2020-03-04Sketch of default signature providerKamil Doległo
2020-03-04Working javadoc parsingBłażej Kardyś
2020-02-27Model for type parametersPaweł Marks
2020-02-18Fixes not recognizing star projection in drisPaweł Marks
2020-02-12Fixes infinite recursion bug for immediate nullable self typesPaweł Marks
2020-02-12Fixes infinite recursion in DRI expansion caused by bounds on nullable ↵Paweł Marks
parameters
2020-01-28Adding java files psi parsingBłażej Kardyś
2020-01-15Information about generics and nullability is no longer lostPaweł Marks
also removed obsolete and commented tests
2020-01-15Resolved problems with DRI genericsAndrzej Ratajczak
2020-01-08cleanupSzymon Świstun
2020-01-08module name fixSzymon Świstun
2020-01-08DRI infinite recursion plugSzymon Świstun
2019-11-26Rework DRIs to handle genericsKamil Doległo
Receiver and type parameters are now fully qualified names
2019-11-25Descriptor independent DocumentationNodes and seperate Page and PageContent ↵Błażej Kardyś
builders
2019-11-25Fix bad DRI parsing from stringKamil 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-05Fix DRI.withClassKamil Doległo
2019-11-04Some parsing for markdown linksPaweł Marks
2019-10-31Model updatedPaweł Marks
2019-10-31Temp changesBłażej Kardyś
2019-10-29[WIP] new modelKamil Doległo