mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: note deprecated status for NamedEnum
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
<address class="footer">
|
<address class="footer">
|
||||||
<small>
|
<small>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2011-2016
|
Copyright © 2011-2018
|
||||||
<a href="http://www.openfoam.com">OpenFOAM</a>
|
<a href="http://www.openfoam.com">OpenFOAM</a>
|
||||||
|
|
|
|
||||||
OPENFOAM® is a registered
|
OPENFOAM® is a registered
|
||||||
|
|||||||
@ -28,6 +28,13 @@ Description
|
|||||||
A NamedEnum is a wrapper around a list of names that represent
|
A NamedEnum is a wrapper around a list of names that represent
|
||||||
particular enumeration values.
|
particular enumeration values.
|
||||||
|
|
||||||
|
\deprecated This class is retained for compatibility only and should
|
||||||
|
not normally be used for any new code.
|
||||||
|
The Foam::Enum class is robuster, more flexible, easier to use.
|
||||||
|
|
||||||
|
See Also
|
||||||
|
Foam::Enum
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
NamedEnum.C
|
NamedEnum.C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user