mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix API docstring format
This commit is contained in:
parent
59b9cd8dbd
commit
2147943117
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ namespace Flow.Launcher.Plugin
|
|||
/// </summary>
|
||||
/// <param name="query">query text</param>
|
||||
/// <param name="requery">
|
||||
/// force requery By default, Flow Launcher will not fire query if your query is same with existing one.
|
||||
/// Set this to true to force Flow Launcher requerying
|
||||
/// Force requery. By default, Flow Launcher will not fire query if your query is same with existing one.
|
||||
/// Set this to <see langword="true"/> to force Flow Launcher requerying
|
||||
/// </param>
|
||||
void ChangeQuery(string query, bool requery = false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue