Use backticks instead of scaladoc link

This commit is contained in:
eikek 2022-06-06 13:18:37 +02:00
parent 2dcb5e266f
commit 5d612f6ca1

View File

@ -67,7 +67,7 @@ trait OShare[F[_]] {
def findItem(itemId: Ident, shareId: Ident): OptionT[F, ItemData]
/** Parses a query and amends the result with the stored query of the share. The result
* can be used with [[OSearch]] to search for items.
* can be used with `OSearch` to search for items.
*/
def parseQuery(share: ShareQuery, qs: String): QueryParseResult