Added support for the Dokka Jekyll plugin

This commit is contained in:
Erik C. Thauvin 2023-11-08 22:44:50 -08:00
parent 51d046a2f7
commit 23255460e3
5 changed files with 18 additions and 1 deletions

View file

@ -23,5 +23,5 @@ package rife.bld.extension.dokka;
* @since 1.0
*/
public enum OutputFormat {
JAVADOC, HTML, MARKDOWN
JAVADOC, JEKYLL, HTML, MARKDOWN
}