(svn r20286) -Codechange: Unify end of doxygen comments.

This commit is contained in:
frosch
2010-08-01 19:44:49 +00:00
parent 971691b691
commit c18839704b
93 changed files with 424 additions and 220 deletions

View File

@@ -162,7 +162,8 @@ Money CalculateCompanyValue(const Company *c, bool including_loan)
* @param update the economy with calculated score
* @param c company been evaluated
* @return actual score of this company
* */
*
*/
int UpdateCompanyRatingAndValue(Company *c, bool update)
{
Owner owner = c->index;