mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated Doxygen documentation and files
Contributed by Bruno Santos Resolves patch report http://www.openfoam.org/mantisbt/view.php?id=2023 Update online documentation http://openfoam.github.io/Documentation-dev/html/
This commit is contained in:
@ -44,7 +44,8 @@ const Foam::treeBoundBox Foam::treeBoundBox::invertedBox
|
||||
);
|
||||
|
||||
|
||||
//! \cond - skip documentation : local scope only
|
||||
//! \cond ignoreDocumentation
|
||||
//- Skip documentation : local scope only
|
||||
const Foam::label facesArray[6][4] =
|
||||
{
|
||||
{0, 4, 6, 2}, // left
|
||||
@ -63,7 +64,8 @@ const Foam::faceList Foam::treeBoundBox::faces
|
||||
);
|
||||
|
||||
|
||||
//! \cond - skip documentation : local scope only
|
||||
//! \cond ignoreDocumentation
|
||||
//- Skip documentation : local scope only
|
||||
const Foam::label edgesArray[12][2] =
|
||||
{
|
||||
{0, 1}, // 0
|
||||
|
||||
Reference in New Issue
Block a user