Fix documentation formatting for ShellExpandArguments

llvm-svn: 353381
This commit is contained in:
Raphael Isemann 2019-02-07 09:47:57 +00:00
parent a9e9c506aa
commit 5911a10946
2 changed files with 6 additions and 6 deletions

View File

@ -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);

View File

@ -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);