org.danilopianini.gradle.mavencentral.DocStyle.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of publish-on-central Show documentation
Show all versions of publish-on-central Show documentation
A Plugin for easily publishing artifacts on Maven Central
package org.danilopianini.gradle.mavencentral
/**
* Admissible type of styles used by Dokka to generate documentation from KDoc.
*/
enum class DocStyle {
GFM, HTML, JAVADOC, JEKYLL
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy