mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: more consistent formatting for deprecated items
- Start brief descriptions with 'Deprecated(YYYY-MM)' so that it is readily visible in the short method description. Consistent date format (YYYY-MM), placed immediately after the \deprecated tag.
This commit is contained in:
@ -145,8 +145,8 @@ public:
|
||||
|
||||
// Housekeeping
|
||||
|
||||
//- Compatibility method
|
||||
// \deprecated use IOobject::selectIO directly (AUG-2018)
|
||||
//- Deprecated(2018-08) compatibility method
|
||||
// \deprecated(2018-08) - use IOobject::selectIO directly
|
||||
static IOobject selectIO
|
||||
(
|
||||
const IOobject& io,
|
||||
|
||||
Reference in New Issue
Block a user