More doc updates.

This commit is contained in:
Jason Felds
2011-02-18 22:59:13 -05:00
parent 7539c2f97e
commit 9de60aa555
10 changed files with 156 additions and 139 deletions
+2 -3
View File
@@ -1,5 +1,3 @@
/* OptionRowHandler - Shows PlayerOptions and SongOptions in icon form. */
#ifndef OptionRowHandler_H
#define OptionRowHandler_H
@@ -84,6 +82,7 @@ struct OptionRowDefinition
}
};
/** @brief Shows PlayerOptions and SongOptions in icon form. */
class OptionRowHandler
{
public:
@@ -130,7 +129,7 @@ public:
virtual RString GetScreen( int iChoice ) const { return RString(); }
};
/** @brief Utilities for the OptionRowHandlers. */
namespace OptionRowHandlerUtil
{
OptionRowHandler* Make( const Commands &cmds );