From 03800369b66bddf53321467570b227b3cd449055 Mon Sep 17 00:00:00 2001 From: glucaci Date: Tue, 20 Dec 2016 12:35:41 +0100 Subject: [PATCH] Comments --- LibMpc/Commands/Commands.Database.cs | 5 ++++- LibMpc/Commands/Commands.Reflection.cs | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/LibMpc/Commands/Commands.Database.cs b/LibMpc/Commands/Commands.Database.cs index fe9eb31..3d4a1cd 100644 --- a/LibMpc/Commands/Commands.Database.cs +++ b/LibMpc/Commands/Commands.Database.cs @@ -12,7 +12,10 @@ namespace LibMpc public class Database { // TODO: count - + + /// + /// Finds songs in the database that is exactly "searchText". + /// public class Find : IMpcCommand> { private readonly ITag _tag; diff --git a/LibMpc/Commands/Commands.Reflection.cs b/LibMpc/Commands/Commands.Reflection.cs index fb8f061..0bd954c 100644 --- a/LibMpc/Commands/Commands.Reflection.cs +++ b/LibMpc/Commands/Commands.Reflection.cs @@ -11,7 +11,7 @@ namespace LibMpc /// public static class Reflection { - // TODO: config + // config : This command is only permitted to "local" clients (connected via UNIX domain socket). /// /// Shows which commands the current user has access to. @@ -28,7 +28,7 @@ namespace LibMpc } } - // TODO: notcommands + // TODO: notcommands : Shows which commands the current user does not have access to. /// /// Shows a list of available song metadata.