STYLE: note deprecated status for NamedEnum

This commit is contained in:
Mark Olesen
2018-01-09 16:06:40 +01:00
parent 243eda1f7a
commit ab38c04006
2 changed files with 12 additions and 5 deletions

View File

@ -15,7 +15,7 @@
<address class="footer">
<small>
<p>
Copyright&nbsp;&copy;&nbsp;2011-2016&nbsp;
Copyright&nbsp;&copy;&nbsp;2011-2018&nbsp;
<a href="http://www.openfoam.com">OpenFOAM</a>
|
OPENFOAM&reg; is a registered

View File

@ -28,6 +28,13 @@ Description
A NamedEnum is a wrapper around a list of names that represent
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
NamedEnum.C