fix xmldoc

This commit is contained in:
goat 2021-07-16 23:00:10 +02:00
parent 9759ac6d11
commit 59ce9f94e2
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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)