Age | Commit message (Collapse) | Author |
|
|
|
Description list support for JavaDocs (#2213)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for multi-line comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* - Add ListBuilder to PageContentBuilder.kt to make testing feasible through the builder DSL
- Switch list representation in CommonmarkRenderer.kt to use Markdown syntax instead of HTML
- Switch to non-deprecated Assert in SimpleElementsTest.kt
* Updating base.api to include new builder class and methods
|
|
|
|
|
|
* Bump Kotlin to 1.6.0-RC
* Update Kotlin to 1.6.0-RC in integration tests
* Change Dokka Version
|
|
|
|
* Keep ui tabs
* Group functions by description
* Fix tests for keeping ui tabs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- support for single module projects
- version navigator is on all pages
- dropdown arrow for version navigator
|
|
|
|
|
|
|
|
|
|
|
|
* Dark mode on samples
* Fix samples script firing even when samples were not defined on current page
|
|
|
|
|
|
|
|
|
|
|
|
* Don't force @literal in javadoc to be surrounded by code tag
* Enclose in <literal> tag and add test for angle brackets
|
|
|
|
|
|
|
|
|
|
Webhelp like frontend
|
|
|