Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of the DSL #9

Open
1 of 2 tasks
dbaelz opened this issue Oct 16, 2018 · 1 comment
Open
1 of 2 tasks

Documentation of the DSL #9

dbaelz opened this issue Oct 16, 2018 · 1 comment
Assignees

Comments

@dbaelz
Copy link
Owner

dbaelz commented Oct 16, 2018

Use KDoc in the Code and the Dokka tool to create a documentation for the library DSL.

TODO

  • Code documentation with KDoc
  • Use Dokka Gradle task to generate the documentation
@dbaelz dbaelz self-assigned this Oct 17, 2018
@dbaelz
Copy link
Owner Author

dbaelz commented Oct 21, 2018

There are some issues with Dokka in combination with Kotlin/Native and multiplatform projects. Therefore, I've changed the TODO and just merge the created KDoc. We should add the Dokka late when they are fixed.

Issues

Due the first issue, we can't 0.9.17. Maybe this could be fixed, when we only use Dokka for the JVM target or in a JVM Gradle module. Yet another thing to take a look in the future.

dbaelz added a commit that referenced this issue Oct 21, 2018
Add some Kdoc to the Dsl functions and builders. #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant