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

@ -26,8 +26,6 @@
extern CRainmeter* Rainmeter;
/*
** CMeasureMemory
**
** The constructor
**
*/
@ -45,8 +43,6 @@ CMeasurePlugin::CMeasurePlugin(CMeterWindow* meterWindow, const WCHAR* name) : C
}
/*
** ~CMeasureMemory
**
** The destructor
**
*/
@ -72,8 +68,6 @@ CMeasurePlugin::~CMeasurePlugin()
}
/*
** Update
**
** Gets the current value from the plugin
**
*/
@ -107,8 +101,6 @@ bool CMeasurePlugin::Update()
}
/*
** ReadConfig
**
** Reads the configs and loads & initializes the plugin
**
*/
@ -241,8 +233,6 @@ void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section)
}
/*
** GetStringValue
**
** Gets the string value from the plugin.
**
*/
@ -267,8 +257,6 @@ const WCHAR* CMeasurePlugin::GetStringValue(AUTOSCALE autoScale, double scale, i
}
/*
** Command
**
** Sends a bang to the plugin
**
*/