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
@ -461,7 +461,7 @@ public:
inline iterator operator++(int);
};
//- iterator set to the beginning of the HashTable
//- Iterator set to the beginning of the HashTable
inline iterator begin();

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
@ -350,10 +350,10 @@ public:
};
//- iterator set to the beginning of the StaticHashTable
//- Iterator set to the beginning of the StaticHashTable
inline iterator begin();
//- iterator set to beyond the end of the StaticHashTable
//- Iterator set to beyond the end of the StaticHashTable
inline const iterator& end();
//- const_iterator set to the beginning of the StaticHashTable
@ -385,7 +385,7 @@ public:
private:
//- iterator returned by end()
//- Iterator returned by end()
iterator endIter_;
//- const_iterator returned by end()

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -302,7 +302,7 @@ public:
private:
//- iterator returned by end()
//- Iterator returned by end()
static iterator endIter_;
//- const_iterator returned by end()

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
@ -249,7 +249,7 @@ public:
private:
//- iterator returned by end()
//- Iterator returned by end()
static iterator endIter_;
//- const_iterator returned by end()

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -544,10 +544,10 @@ public:
};
//- iterator set to the beginning of the PackedList
//- Iterator set to the beginning of the PackedList
inline iterator begin();
//- iterator set to beyond the end of the PackedList
//- Iterator set to beyond the end of the PackedList
inline iterator end();