aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Model
AgeCommit message (Collapse)Author
2019-11-28Cleaning package namingBłażej Kardyś
2019-11-26Introduction of all important extension points and restructuring of ↵Paweł Marks
DokkaGenerator
2019-11-26Merging PageNode changes with pluginsBłażej Kardyś
2019-11-25Descriptor independent DocumentationNodes and seperate Page and PageContent ↵Błażej Kardyś
builders
2019-11-25Add variable content to PageNodes and extras to DocumentationNodesKamil Doległo
I'm just sorry
2019-11-25Page generation changesBłażej Kardyś
2019-11-08Moving platform merging to documentationNodesBłażej Kardyś
2019-11-05Actual-Expected mergerPaweł Marks
2019-11-05New modelPaweł Marks
2019-11-05Signatures and types renderingPaweł Marks
2019-11-05Adds constructors to documentationPaweł Marks
2019-11-04Adds information about tags to documentation graphsPaweł Marks
2019-10-31Adds transformation from descriptors to documentation graphPaweł Marks
2019-10-31Moves node model to separate packagePaweł Marks
2019-10-31Model updatedPaweł Marks
2019-10-31Make things compile, no matter the costPaweł Marks
2019-10-31Remove all unnecessary filesKamil Doległo
2019-10-31Temp changesBłażej Kardyś
2019-10-29New dokka modelBłażej Kardyś
2019-09-30Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0Simon Ogorodnik
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt
2019-05-20Update "Can't find node ..." warning messageKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-03-18Merge branch 'dev-pre' into devSimon Ogorodnik
# Conflicts: # core/src/main/kotlin/Model/PackageDocs.kt
2019-03-13Fix nullability annotations in javadocSimon Ogorodnik
#446 fixed
2019-03-11Allow linking arguments with methods, change link label (#431)Kamil Doległo
* Add PsiParameter to link arguments with methods, change link label
2019-03-11Use canonicalPath instead of absolutePath for srcLinkRobert Stoll
This way a user can define "./" instead of an absolute path to the root of the project dir (or a user can use ../ etc.). Thus: - use canonicalPath in: - SourceLinkDefinitionImpl::parseSourceLinkDefinition - and DocumentationNode.appendSourceLink => here because if the config is deserialized we bypass parseSourceLinkDefinition - also use canonicalPath for the path of PsiElement Moreover: - make sure the comparison works for unix and windows paths - fixes #289
2018-12-13Fix IDEA InspectionsXerus
2018-10-29Cleanup support for NodeRenderContentSimon Ogorodnik
2018-10-15Fix sinceKotlin updating & default settingSimon Ogorodnik
2018-10-03Correctly lookup summary for group nodesSimon Ogorodnik
2018-09-26Refactor platforms & SinceKotlin logicSimon Ogorodnik
2018-09-13add nice toString()Eugene Petrenko
2018-09-06Minor refactoring, kotlin-website format change: add platforms to summary ↵Zubakov
signatures, platform evaluating logic change
2018-08-27Introduce origin reference kind, change documentation graph merge logic, ↵Zubakov
minor refactoring
2018-08-06DocumentationMerger refactoringaleksZubakov
2018-07-25Add logic of merging different platforms graphsaleksZubakov
2018-07-17NodeReferenceGraph style fixesZubakov Aleksey
2018-07-16convert line separators in PackageDocs, fixes PackageDocsTestRobert Stoll
2018-07-15Fix missing functions after rebaseSimon Ogorodnik
2018-07-14KT-24300: Support inclusion overview.html into package summarySimon Ogorodnik
2018-07-14[backport] KT-24299: Fix local links resolved in incorrect contextSimon Ogorodnik
Original: fababd4
2018-07-14[backport] KT-24277: Persist inpage anchors (aka bookmarks) from JavadocSimon Ogorodnik
Original: 4fddba5
2018-07-14[backport] KT-24028: Add type info to param and return section in javadocSimon Ogorodnik
Original: a603157
2018-07-14KT-24109: Fix generation of superclass sequenceSimon Ogorodnik
2018-07-14[backport] Added logic for inherited constants.Douglas Sigelbaum
Also, switched to using recursively inherited members instead of just inherited members in the immediate super class. Original: 56c3558
2018-07-14[backport] Stabilize signatures to fix linking from Java to KotlinSimon Ogorodnik
Basically there is 2 ways to get signature, from PSI and from descriptors, and there should be only one way in one session Original: adc09f2
2018-07-13[backport] Fix problems in as-java java-layout-html modeSimon Ogorodnik
Extract common part of LanguageServices & other improvements Original: 853262e
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
Original: bf2945d
2018-07-13[backport] Support deep inheritance with external classesSimon Ogorodnik
Original: 9e65c3d