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

@ -31,8 +31,6 @@ using namespace Gdiplus;
extern CRainmeter* Rainmeter;
/*
** CMeterRotator
**
** The constructor
**
*/
@ -48,8 +46,6 @@ CMeterRotator::CMeterRotator(CMeterWindow* meterWindow, const WCHAR* name) : CMe
}
/*
** ~CMeterRotator
**
** The destructor
**
*/
@ -58,8 +54,6 @@ CMeterRotator::~CMeterRotator()
}
/*
** Initialize
**
** Load the image & configs.
**
*/
@ -79,8 +73,6 @@ void CMeterRotator::Initialize()
}
/*
** ReadConfig
**
** Read the meter-specific configs from the ini-file.
**
*/
@ -126,8 +118,6 @@ void CMeterRotator::ReadConfig(CConfigParser& parser, const WCHAR* section)
}
/*
** Update
**
** Updates the value(s) from the measures.
**
*/
@ -152,8 +142,6 @@ bool CMeterRotator::Update()
/*
** Draw
**
** Draws the meter on the double buffer
**
*/