github.com/anthonyme00/gomarkdoc@v1.0.0/format/doc.go (about)

     1  // Package format defines output formats for emitting documentation
     2  // information.
     3  //
     4  // Each of the formats in this package contains the same set of formatting
     5  // functions, but not all formats support all of the functions natively. Where
     6  // possible, a fallback format is provided. See the documentation for the
     7  // individual formats for more information.
     8  package format