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

dog.autodoc.DogAutodoc.scala Maven / Gradle / Ivy

package dog
package autodoc

trait DogAutodoc extends Dog {
  def markdown: Autodoc.Format = Autodoc.Markdown()
  def html: Autodoc.Format = Autodoc.Html()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy