style cleanup: comment blocks
This commit is contained in:
@@ -278,12 +278,11 @@ this object
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* pre:
|
||||
* ret: the cInt stored in the object
|
||||
*/
|
||||
cInt CIntValue::GetInt()
|
||||
/*
|
||||
pre:
|
||||
ret: the cInt stored in the object
|
||||
*/
|
||||
{
|
||||
return m_int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user