mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
DOC: refer string::expand documentation to stringOps::expand
This commit is contained in:
committed by
Andrew Heather
parent
22cefff4a8
commit
e95ab402fd
@ -216,7 +216,9 @@ namespace stringOps
|
||||
);
|
||||
|
||||
|
||||
//- Expand initial tildes and all occurrences of environment variables
|
||||
//- Expand initial tags, tildes, and all occurrences of environment
|
||||
//- variables
|
||||
//
|
||||
// Expansion includes:
|
||||
// -# environment variables
|
||||
// - "$VAR", "${VAR}"
|
||||
@ -273,7 +275,9 @@ namespace stringOps
|
||||
);
|
||||
|
||||
|
||||
//- Expand initial tildes and all occurrences of environment variables
|
||||
//- Expand initial tags, tildes, and all occurrences of environment
|
||||
//- variables
|
||||
//
|
||||
// Expansion includes:
|
||||
// -# environment variables
|
||||
// - "$VAR", "${VAR}"
|
||||
|
||||
Reference in New Issue
Block a user