Skip to content

Commit

Permalink
Prepares for Groovydoc release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Feb 9, 2019
1 parent 91e0f32 commit 5806521
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ complete functionality for that language's formatter.

- `./gradlew clean :javadoc:javadoc-runner:build`
- `./gradlew clean :dokka:dokka-runner:build`
- `./gradlew clean :groovydoc:groovydoc-runner:build`

Test source files for each language should go in the appropriate `-formatter` `test/` sourceroot.

Expand All @@ -114,6 +115,9 @@ Test source files for each language should go in the appropriate `-formatter` `t
- `:dokka:dokka-runner` tests sources from:
- `dokka/dokka-formatter/test/java`
- `dokka/dokka-formatter/test/kotlin`
- `:groovydoc:groovydoc-runner` tests sources from:
- `groovydoc/groovydoc-formatter/test/java`
- `groovydoc/groovydoc-formatter/test/groovy`

To build and serve docs locally:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}

group 'com.eden'
version '0.2.0'
version '0.2.1'

allprojects {
repositories {
Expand Down
1 change: 1 addition & 0 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ orchid {
version = "${project.version}"
theme = "BsDoc"
baseUrl = "https://copper-leaf.github.io/dokka-json"
githubToken = project.hasProperty("github_token") ? project.property("github_token") : ""

if(project.hasProperty('env') && project.property('env') == 'prod') {
environment = 'prod'
Expand Down
3 changes: 2 additions & 1 deletion docs/src/orchid/resources/changelog/0.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
version: '0.2.1'
---

- Adds Orchid documentation
- Adds Orchid documentation
- Adds formatters for Groovy code documentation

0 comments on commit 5806521

Please sign in to comment.