-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great improvement 👍
tested, output is 1-1
} | ||
---- | ||
|
||
To speed the build up and avoid test issues, once can reduce the list ob subprojects in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, by using a spell checker I found more :)
git checkout ${dokka.version} | ||
---- | ||
|
||
Add the following snippted at the end of `core/build.gradle`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
snippet
override val reportUndocumented: Boolean = false, | ||
override val skipEmptyPackages: Boolean = false, | ||
override val skipDeprecated: Boolean = false, | ||
override val jdkVersion: Int = 6, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not matter for the test but I changed it to 8 to have it in line with what we actually use.
[source,bash] | ||
---- | ||
mvn install:install-file -Dfile=lib/dokka-core-${dokka.version}-tests.jar | ||
-DgroupId=org.jetbrains.dokka -DartifactId=dokka-core -Dversion=${dokka.version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing \
for multiline command
Changes to the Dokka extension:
Example project:
reportUndocumented = true
is the annoying default and thus I changed it to false.