Corrected capitalization of Doxygen documentation comments

This commit is contained in:
Henry
2015-02-14 13:10:15 +00:00
parent fb68661de8
commit f58fd14271
268 changed files with 818 additions and 818 deletions

View File

@ -60,7 +60,7 @@ class channelIndex
//- Is mesh symmetric
const bool symmetric_;
//- direction to sort
//- Direction to sort
const direction dir_;
//- Per cell the global region
@ -123,7 +123,7 @@ public:
template<class T>
Field<T> regionSum(const Field<T>& cellField) const;
//- collapse a field to a line
//- Collapse a field to a line
template<class T>
Field<T> collapse
(
@ -131,7 +131,7 @@ public:
const bool asymmetric=false
) const;
//- return the field of Y locations from the cell centres
//- Return the field of Y locations from the cell centres
const scalarField& y() const
{
return y_;