ENH: remove existing doxygen html/ in background

This commit is contained in:
Mark Olesen
2010-04-14 09:14:49 +02:00
parent 937e0d23d0
commit bbb22dc331
14 changed files with 75 additions and 63 deletions

View File

@ -25,7 +25,7 @@ Class
Foam::fvPatch
Description
Foam::fvPatch
A finiteVolume patch using a polyPatch and a fvBoundaryMesh
SourceFiles
fvPatch.C
@ -121,14 +121,18 @@ public:
// Constructors
//- Construct from polyPatch
//- Construct from polyPatch and fvBoundaryMesh
fvPatch(const polyPatch&, const fvBoundaryMesh&);
// Selectors
//- Return a pointer to a new patch created on freestore from polyPatch
static autoPtr<fvPatch> New(const polyPatch&, const fvBoundaryMesh&);
static autoPtr<fvPatch> New
(
const polyPatch&,
const fvBoundaryMesh&
);
//- Destructor