Skip to content

Commit

Permalink
doc experiments - dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
gypsydave5 committed Apr 26, 2024
1 parent 0f554cb commit ea3e641
Show file tree
Hide file tree
Showing 131 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ signing {
}

tasks.dokkaHtml {
outputDirectory.set(layout.projectDirectory.dir("docs/html"))
outputDirectory.set(layout.projectDirectory.dir("docs/dokka"))
}

task ossrhAuthentication {
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 3 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Hello World
# Hamkrest

A reimplementation of [Hamcrest](https://hamcrest.org/) to take advantage of Kotlin language features.

## Matchers
- [Built In Matchers with Examples (wip)](matchers/)

### Basic

- [`equalTo`](matchers/equalTo.md)

- [describe](describe.html)
- [Dokka Documentation](dokka/)
2 changes: 1 addition & 1 deletion docs/matchers/equalTo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [`equalTo`](https://github.com/npryce/hamkrest/blob/9ce6f5882203b97130d1e85fa10818cbce1b7693/src/main/kotlin/com/natpryce/hamkrest/core_matchers.kt#L18-L27)

A sim
A simple matcher that asserts equality. Works with `null` just like Kotlin's `==` operator.

### Assertion

Expand Down

0 comments on commit ea3e641

Please sign in to comment.