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

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -79,7 +79,7 @@ class multiDirRefinement
//- Current set of cells to refine. Extended with added cells.
labelList cellLabels_;
//- from original to added cells.
//- From original to added cells.
// Gives for every cell in the original mesh an empty list or the
// list of cells this one has been split into (note: will include
// itself so e.g. for hex will be 8 if 2x2x2 refinement)