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

@ -24,8 +24,6 @@
using namespace Gdiplus;
/*
** CMeterLine
**
** The constructor
**
*/
@ -40,8 +38,6 @@ CMeterLine::CMeterLine(CMeterWindow* meterWindow, const WCHAR* name) : CMeter(me
}
/*
** ~CMeterLine
**
** The destructor
**
*/
@ -50,8 +46,6 @@ CMeterLine::~CMeterLine()
}
/*
** Initialize
**
** create the buffer for the lines
**
*/
@ -99,8 +93,6 @@ void CMeterLine::Initialize()
}
/*
** ReadConfig
**
** Read the meter-specific configs from the ini-file.
**
*/
@ -170,8 +162,6 @@ void CMeterLine::ReadConfig(CConfigParser& parser, const WCHAR* section)
}
/*
** Update
**
** Updates the value(s) from the measures.
**
*/
@ -208,8 +198,6 @@ bool CMeterLine::Update()
}
/*
** Draw
**
** Draws the meter on the double buffer
**
*/
@ -349,8 +337,6 @@ bool CMeterLine::Draw(Graphics& graphics)
}
/*
** BindMeasure
**
** Overwritten method to handle the other measure bindings.
**
*/