Cosmetic changes to function comment blocks.

This commit is contained in:
Birunthan Mohanathas
2012-02-20 19:10:40 +00:00
parent 24598c0ca8
commit bb44c29f6c
48 changed files with 0 additions and 1196 deletions

View File

@ -26,8 +26,6 @@ extern HINSTANCE g_Instance;
// supported by OpenPandora, Last.fm, Media Player Classic, TTPlayer, Zune, etc.
/*
** CPlayerWLM
**
** Constructor.
**
*/
@ -58,8 +56,6 @@ CPlayerWLM::CPlayerWLM() : CPlayer(),
}
/*
** ~CPlayerWLM
**
** Destructor.
**
*/
@ -71,8 +67,6 @@ CPlayerWLM::~CPlayerWLM()
}
/*
** Create
**
** Creates a shared class object.
**
*/
@ -169,8 +163,6 @@ void CPlayerWLM::SendKeyInput(WORD key)
}
/*
** UpdateData
**
** Called during each update of the main measure.
**
*/
@ -179,8 +171,6 @@ void CPlayerWLM::UpdateData()
}
/*
** Play
**
** Handles the Play bang.
**
*/
@ -190,8 +180,6 @@ void CPlayerWLM::Play()
}
/*
** Stop
**
** Handles the Stop bang.
**
*/
@ -201,8 +189,6 @@ void CPlayerWLM::Stop()
}
/*
** Next
**
** Handles the Next bang.
**
*/
@ -212,8 +198,6 @@ void CPlayerWLM::Next()
}
/*
** Previous
**
** Handles the Previous bang.
**
*/