mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix xmldoc
This commit is contained in:
parent
9759ac6d11
commit
59ce9f94e2
1 changed files with 3 additions and 5 deletions
|
|
@ -714,12 +714,10 @@ namespace Dalamud.Plugin.Internal
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Update a single plugin, provided a valid <see cref="AvailablePluginUpdate"/>.
|
/// Unload the plugin, delete its configuration, and reload it.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="metadata">The available plugin update.</param>
|
/// <param name="plugin">The plugin.</param>
|
||||||
/// <param name="notify">Whether to notify that installed plugins have changed afterwards.</param>
|
/// <exception cref="Exception">Throws if the plugin is still loading/unloading.</exception>
|
||||||
/// <param name="dryRun">Whether or not to actually perform the update, or just indicate success.</param>
|
|
||||||
/// <returns>The status of the update.</returns>
|
|
||||||
public void DeleteConfiguration(LocalPlugin plugin)
|
public void DeleteConfiguration(LocalPlugin plugin)
|
||||||
{
|
{
|
||||||
if (plugin.State == PluginState.InProgress)
|
if (plugin.State == PluginState.InProgress)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue