Fix scaladoc

This commit is contained in:
eikek 2021-11-08 00:15:14 +01:00
parent 7b8afe8371
commit 5c7947299f

View File

@ -18,13 +18,13 @@ import org.http4s.{Header, ParseFailure, ParseResult}
import org.typelevel.ci.CIString
import org.typelevel.ci._
/** A replacement for http4s' `Content-Disposition` class with a slightly modified parser
* to allow utf8 filenames.
/** A replacement for `Content-Disposition` class with a slightly modified parser to allow
* utf8 filenames.
*
* The usage of this class is already in the `Part` class to retrieve the filename. This
* class can be used as follows:
*
* {{{ ContentDisposition.getFileName(part) }}
* {{{ContentDisposition.getFileName(part)}}}
*
* where `part` is of type `multipart.Part[F]`.
*/