mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add directive '#sinclude' (or '#includeIfPresent' as long name)
- consistency with make and more succinct. - reduce code duplication in findEtcFiles.
This commit is contained in:
@ -59,7 +59,7 @@ Usage
|
||||
the resulting dictionary to standard output.
|
||||
|
||||
- \par -includes
|
||||
List the \c \#include and \c \#includeIfPresent files to standard output
|
||||
List the \c \#include and \c \#sinclude files to standard output
|
||||
|
||||
- \par -disableFunctionEntries
|
||||
Do not expand macros or directives (\#include etc)
|
||||
@ -307,7 +307,7 @@ int main(int argc, char *argv[])
|
||||
argList::addBoolOption
|
||||
(
|
||||
"includes",
|
||||
"List the #include/#includeIfPresent files to standard output"
|
||||
"List the #include/#sinclude files to standard output"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user