forked from OSchip/llvm-project
Fix documentation formatting for ShellExpandArguments
llvm-svn: 353381
This commit is contained in:
parent
a9e9c506aa
commit
5911a10946
|
@ -206,9 +206,9 @@ public:
|
|||
//------------------------------------------------------------------
|
||||
/// Perform expansion of the command-line for this launch info This can
|
||||
/// potentially involve wildcard expansion
|
||||
// environment variable replacement, and whatever other
|
||||
// argument magic the platform defines as part of its typical
|
||||
// user experience
|
||||
/// environment variable replacement, and whatever other
|
||||
/// argument magic the platform defines as part of its typical
|
||||
/// user experience
|
||||
//------------------------------------------------------------------
|
||||
static Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
|
||||
|
||||
|
|
|
@ -364,9 +364,9 @@ public:
|
|||
//------------------------------------------------------------------
|
||||
/// Perform expansion of the command-line for this launch info This can
|
||||
/// potentially involve wildcard expansion
|
||||
// environment variable replacement, and whatever other
|
||||
// argument magic the platform defines as part of its typical
|
||||
// user experience
|
||||
/// environment variable replacement, and whatever other
|
||||
/// argument magic the platform defines as part of its typical
|
||||
/// user experience
|
||||
//------------------------------------------------------------------
|
||||
virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
|
||||
|
||||
|
|
Loading…
Reference in New Issue