mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetic changes to function comment blocks.
This commit is contained in:
@ -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.
|
||||
**
|
||||
*/
|
||||
|
Reference in New Issue
Block a user