mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
||||
/// Update a single plugin, provided a valid <see cref="AvailablePluginUpdate"/>.
|
||||
/// Unload the plugin, delete its configuration, and reload it.
|
||||
/// </summary>
|
||||
/// <param name="metadata">The available plugin update.</param>
|
||||
/// <param name="notify">Whether to notify that installed plugins have changed afterwards.</param>
|
||||
/// <param name="dryRun">Whether or not to actually perform the update, or just indicate success.</param>
|
||||
/// <returns>The status of the update.</returns>
|
||||
/// <param name="plugin">The plugin.</param>
|
||||
/// <exception cref="Exception">Throws if the plugin is still loading/unloading.</exception>
|
||||
public void DeleteConfiguration(LocalPlugin plugin)
|
||||
{
|
||||
if (plugin.State == PluginState.InProgress)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue