Move some top comments to above the class.
The original attempt was not working for doxygen purposes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user