File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Flow.Launcher.Core/Storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
namespace Flow . Launcher . Core . Storage ;
2
2
3
3
/// <summary>
4
- /// Remove storage instances from <see cref="Launcher.Plugin.IPublicAPI"> instance
4
+ /// Remove storage instances from <see cref="Launcher.Plugin.IPublicAPI"/ > instance
5
5
/// </summary>
6
6
public interface IRemovable
7
7
{
8
8
/// <summary>
9
- /// Remove all <see cref="Infrastructure.Storage.PluginJsonStorage{T}"> instances of one plugin
9
+ /// Remove all <see cref="Infrastructure.Storage.PluginJsonStorage{T}"/ > instances of one plugin
10
10
/// </summary>
11
11
/// <param name="assemblyName"></param>
12
12
public void RemovePluginSettings ( string assemblyName ) ;
13
13
14
14
/// <summary>
15
- /// Remove all <see cref="Infrastructure.Storage.PluginBinaryStorage{T}"> instances of one plugin
15
+ /// Remove all <see cref="Infrastructure.Storage.PluginBinaryStorage{T}"/ > instances of one plugin
16
16
/// </summary>
17
17
/// <param name="cacheDirectory"></param>
18
18
public void RemovePluginCaches ( string cacheDirectory ) ;
You can’t perform that action at this time.
0 commit comments