Tags
Type members
Classlikes
Value members
Concrete methods
This is just an alias for doctype(Map("html" -> ""))
This will produce <!DOCTYPE html>
This is just an alias for doctype(Map("html" -> ""))
This will produce <!DOCTYPE html>
This is just an alias for this object's main
method.
main
sometimes conflicts with Scala's main method.
You can specify this main method by Tags.main
,
but if you want to write shorter, use this method.
This is just an alias for this object's main
method.
main
sometimes conflicts with Scala's main method.
You can specify this main method by Tags.main
,
but if you want to write shorter, use this method.
object
is scala keyword. That's why this has underbar at the end.
Please don't forget to add _
when you use this!
object
is scala keyword. That's why this has underbar at the end.
Please don't forget to add _
when you use this!