Skip to content

Commit c929923

Browse files
committed
Added missing xmldoc comment
1 parent 8530b27 commit c929923

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

AzureWebFarm.OctopusDeploy/Infrastructure/RegistryEditor.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44

55
namespace AzureWebFarm.OctopusDeploy.Infrastructure
66
{
7+
/// <summary>
8+
/// Performs edits to the machines local registry.
9+
/// </summary>
710
public interface IRegistryEditor
811
{
12+
/// <summary>
13+
/// Recursively delete a sub tree from the HKLM node in local registry.
14+
/// </summary>
15+
/// <param name="pathToTree">The path to the sub tree to delete</param>
916
void DeleteLocalMachineTree(params string[] pathToTree);
1017
}
1118

0 commit comments

Comments
 (0)