[Lldb-commits] [lldb] r353381 - Fix documentation formatting for ShellExpandArguments
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 7 01:47:57 PST 2019
Author: teemperor
Date: Thu Feb 7 01:47:57 2019
New Revision: 353381
URL: http://llvm.org/viewvc/llvm-project?rev=353381&view=rev
Log:
Fix documentation formatting for ShellExpandArguments
Modified:
lldb/trunk/include/lldb/Host/Host.h
lldb/trunk/include/lldb/Target/Platform.h
Modified: lldb/trunk/include/lldb/Host/Host.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Host.h?rev=353381&r1=353380&r2=353381&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Host.h (original)
+++ lldb/trunk/include/lldb/Host/Host.h Thu Feb 7 01:47:57 2019
@@ -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);
Modified: lldb/trunk/include/lldb/Target/Platform.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Platform.h?rev=353381&r1=353380&r2=353381&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Platform.h (original)
+++ lldb/trunk/include/lldb/Target/Platform.h Thu Feb 7 01:47:57 2019
@@ -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);
More information about the lldb-commits
mailing list