Reorganized style for param to the next templates:
"@param theParameter description ..."
"@param[in] theParameter description ..."
"@param[out] theParameter description ..."
"@param[in][out] theParameter description ..."
The replacement was with keeping spacing, no removing of extra spaces.
In some files '/' was used instead of '@', that was not updated yet.
Reorganized style for param to the next templates: