mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Fix scaladoc
This commit is contained in:
parent
7b8afe8371
commit
5c7947299f
@ -18,13 +18,13 @@ import org.http4s.{Header, ParseFailure, ParseResult}
|
|||||||
import org.typelevel.ci.CIString
|
import org.typelevel.ci.CIString
|
||||||
import org.typelevel.ci._
|
import org.typelevel.ci._
|
||||||
|
|
||||||
/** A replacement for http4s' `Content-Disposition` class with a slightly modified parser
|
/** A replacement for `Content-Disposition` class with a slightly modified parser to allow
|
||||||
* to allow utf8 filenames.
|
* utf8 filenames.
|
||||||
*
|
*
|
||||||
* The usage of this class is already in the `Part` class to retrieve the filename. This
|
* The usage of this class is already in the `Part` class to retrieve the filename. This
|
||||||
* class can be used as follows:
|
* class can be used as follows:
|
||||||
*
|
*
|
||||||
* {{{ ContentDisposition.getFileName(part) }}
|
* {{{ContentDisposition.getFileName(part)}}}
|
||||||
*
|
*
|
||||||
* where `part` is of type `multipart.Part[F]`.
|
* where `part` is of type `multipart.Part[F]`.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user