aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/pages
AgeCommit message (Expand)Author
2023-02-24Reorganize tabs for Classlike (#2764)Vadim Mishenev
2022-09-20Update `prism.js` to match new webhelp highlight colors (#2670)Ignat Beresnev
2022-09-02Underline `@param` tag key for more consistency (#2643)Ignat Beresnev
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-08-10Support Var html tag for Javadoc (#2617)Andrey Tyrin
2022-08-05Add a distinct divider between function/property overloads (#2585)Ignat Beresnev
2022-08-03Apply the same style to all KDoc tags, including throws/see/parameters (#2587)Ignat Beresnev
2022-07-29Move source links into signature (#2476)Vadim Mishenev
2022-07-08Revise developer guides documentation (#2523)Ignat Beresnev
2022-05-13Render quotes as blockquotes instead of code blocks. (#2496)TheOnlyTails
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-02-21Add option to merge implicit expect-actual declarations (#2316)Vadim Mishenev
2022-02-21Code cleanups (#2165)Goooler
2022-02-17Custom doctag extension (#2343)Ignat Beresnev
2022-01-27KT-50292 - Implement vertical alignment of parameters (#2309)Ignat Beresnev
2021-12-06Description list support for JavaDocs (#2213)Ignat Beresnev
2021-08-25Manual highlighting webhelp (#2079)vmishenev
2021-06-25Cleanup paragraphs and tables in GFM renderer (#1946)Mike Sinkovsky
2021-04-14Handle html in kdoc (#1805)Marcin Aman
2021-04-06Fix some compiler warnings (#1812)Kamil Doległo
2020-11-27Changing how multimodule location provider works and improving gfm link subst...Błażej Kardyś
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-11-25Make searchbar an extension point (#1615)Marcin Aman
2020-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-21Create navigation search componentMarcin Aman
2020-08-20Include interfaces to abstract modelMarcin Aman
2020-08-20Revert unwanted changesMarcin Aman
2020-08-20Javadoc package-listMarcin Aman
2020-08-20Implement tests for enhanced KotlinSourceSetGist mechanismsebastian.sellmair
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17ContentNodes: Explicitly check types of childrensebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-07-16Implement javadoc searchMarcin Aman
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-07Make Location provider use anchor hintsPaweł Marks
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-25Make samples runnableKamil Doległo
2020-06-25Extract information about extensionsPaweł Marks
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-23Javadoc classlikes and function pagesMarcin Aman
2020-06-18Added descriptions with type and location to distinguish symbols with name-clashFilip Zybała
2020-06-12Fix conflicts after rebaseAndrzej Ratajczak
2020-06-12Fix after rebaseAndrzej Ratajczak
2020-06-12Stdlib wrapping in signatureMarcin Aman
2020-06-09Improve CSS, pages navigation tree and create anchors on pageMarcin Aman
2020-06-04All modules page generationBłażej Kardyś
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and Kotli...Andrzej Ratajczak