Added formatCreditCard

This commit is contained in:
Erik C. Thauvin 2023-03-17 05:56:38 -07:00
parent 9e9d2d6885
commit 625c211b62
10 changed files with 168 additions and 34 deletions

View file

@ -67,13 +67,13 @@ tasks {
}
}
javadoc {
javadoc {
title = "<a href=\"https://rife2.com\">RIFE2</a> Template Renderers"
options {
this as StandardJavadocDocletOptions
keyWords(true)
splitIndex(true)
links()
links("https://rife2.github.io/rife2/")
}
}
}