All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.danilopianini.gradle.mavencentral.DocStyle.kt Maven / Gradle / Ivy

There is a newer version: 7.0.4
Show newest version
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