mirror of https://github.com/xzeldon/htop.git
Meter: update documentation to match Doxygen style
This commit is contained in:
parent
9df0f62859
commit
a905c45195
2
Meter.h
2
Meter.h
|
@ -107,7 +107,7 @@ struct Meter_ {
|
||||||
unsigned int param;
|
unsigned int param;
|
||||||
GraphData* drawData;
|
GraphData* drawData;
|
||||||
int h;
|
int h;
|
||||||
int columnWidthCount; /*<< only used internally by the Header */
|
int columnWidthCount; /**< only used internally by the Header */
|
||||||
const ProcessList* pl;
|
const ProcessList* pl;
|
||||||
uint8_t curItems;
|
uint8_t curItems;
|
||||||
const int* curAttributes;
|
const int* curAttributes;
|
||||||
|
|
Loading…
Reference in New Issue