Move some top comments to above the class.

The original attempt was not working for doxygen purposes.
This commit is contained in:
Jason Felds
2011-02-18 21:24:00 -05:00
parent 6f276da825
commit 2d76ee1023
14 changed files with 17 additions and 34 deletions
+1
View File
@@ -20,6 +20,7 @@ enum MenuDir
#define FOREACH_MenuDir( md ) FOREACH_ENUM( MenuDir, md )
const RString& MenuDirToString( MenuDir md );
/** @brief The master Screen for many children Screens. */
class ScreenSelectMaster : public ScreenSelect
{
public: