mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Use backticks instead of scaladoc link
This commit is contained in:
@ -67,7 +67,7 @@ trait OShare[F[_]] {
|
|||||||
def findItem(itemId: Ident, shareId: Ident): OptionT[F, ItemData]
|
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
|
/** 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
|
def parseQuery(share: ShareQuery, qs: String): QueryParseResult
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user