style cleanup: comment blocks

This commit is contained in:
2012-03-09 18:28:30 +00:00
parent de4bd55e01
commit 89a963fb7f
236 changed files with 1873 additions and 1939 deletions

View File

@@ -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;
}