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

@ -20,8 +20,6 @@
#include "MeasureNetIn.h"
/*
** CMeasureNet
**
** The constructor
**
*/
@ -32,8 +30,6 @@ CMeasureNetIn::CMeasureNetIn(CMeterWindow* meterWindow, const WCHAR* name) : CMe
}
/*
** ~CMeasureNet
**
** The destructor
**
*/
@ -42,8 +38,6 @@ CMeasureNetIn::~CMeasureNetIn()
}
/*
** Update
**
** Updates the current net in value.
**
*/
@ -89,8 +83,6 @@ bool CMeasureNetIn::Update()
}
/*
** ReadConfig
**
** Reads the measure specific configs.
**
*/