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 @@
bool CMeasureCalc::c_RandSeeded = false;
/*
** CMeasureCalc
**
** The constructor
**
*/
@@ -44,8 +42,6 @@ CMeasureCalc::CMeasureCalc(CMeterWindow* meterWindow, const WCHAR* name) : CMeas
}
/*
** ~CMeasureCalc
**
** The destructor
**
*/
@@ -54,8 +50,6 @@ CMeasureCalc::~CMeasureCalc()
}
/*
** Update
**
** Updates the calculation
**
*/
@@ -78,8 +72,6 @@ bool CMeasureCalc::Update()
}
/*
** ReadConfig
**
** Reads the measure specific configs.
**
*/
@@ -124,8 +116,6 @@ void CMeasureCalc::ReadConfig(CConfigParser& parser, const WCHAR* section)
}
/*
** FormulaReplace
**
** This replaces the word Random in the formula with a random number
**
*/