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