From f0db6a4e4e6b3059c6553b819ac8788b62486103 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 4 Jan 2011 03:17:45 +0100 Subject: Added Doxyfile and documentation comments in various places. --- commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 084dd02..78ecf48 100644 --- a/commands.h +++ b/commands.h @@ -25,9 +25,11 @@ class Commands { std::map handlers; typedef boost::function (const std::string artist)> FindFunction; + //! Handlers for the find command. std::map find_handlers; boost::asio::io_service& io_service; + //! Command arguments. std::vector& args; std::vector ls(); -- cgit v1.2.3