aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/model/properties
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
2021-01-20Bring back displaying jvm name when KaJ is not present (#1702)Marcin Aman
2020-10-15IsException should also be true when class inherits from Exception (#1558)Marcin Aman
2020-08-31Implement ModuleAndPackageDocumentationTransformerTest.ktsebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-06-25Extract information about extensionsPaweł Marks
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-03-18Add default values for parametersSzymon Świstun
2020-03-17Add annotations to extra propertiesSzymon Świstun
2020-03-17Response to commentsSzymon Świstun
2020-03-17Add more information to DocumentablesSzymon Świstun
2020-03-04Refactor extras in ContentNodesAndrzej Ratajczak
2020-03-04Add information about modifiers to Documentables' extra propertiesSzymon Świstun
2020-02-27Adding psi parsing for new modelBłażej Kardyś
2020-02-27Makes Documentables into property containersPaweł Marks
2020-02-27Adds merger utilityPaweł Marks
2020-02-27Adds property merging strategiesPaweł Marks
2020-02-27Adds calculated propertiesPaweł Marks
2020-02-27Sketch of property containerPaweł Marks