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 11namespace Flow . Launcher . Core . Storage ;
22
33/// <summary>
4- /// Remove storage instances from <see cref="Launcher.Plugin.IPublicAPI"> instance
4+ /// Remove storage instances from <see cref="Launcher.Plugin.IPublicAPI"/ > instance
55/// </summary>
66public interface IRemovable
77{
88 /// <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
1010 /// </summary>
1111 /// <param name="assemblyName"></param>
1212 public void RemovePluginSettings ( string assemblyName ) ;
1313
1414 /// <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
1616 /// </summary>
1717 /// <param name="cacheDirectory"></param>
1818 public void RemovePluginCaches ( string cacheDirectory ) ;
You can’t perform that action at this time.
0 commit comments