[Lldb-commits] [lldb] r135417 - in /lldb/trunk/scripts/Python/interface: SBValue.i SBValueList.i

Johnny Chen johnny.chen at apple.com
Mon Jul 18 12:15:22 PDT 2011


Author: johnny
Date: Mon Jul 18 14:15:22 2011
New Revision: 135417

URL: http://llvm.org/viewvc/llvm-project?rev=135417&view=rev
Log:
Fix header documentations.

Modified:
    lldb/trunk/scripts/Python/interface/SBValue.i
    lldb/trunk/scripts/Python/interface/SBValueList.i

Modified: lldb/trunk/scripts/Python/interface/SBValue.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBValue.i?rev=135417&r1=135416&r2=135417&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBValue.i (original)
+++ lldb/trunk/scripts/Python/interface/SBValue.i Mon Jul 18 14:15:22 2011
@@ -1,4 +1,4 @@
-//===-- SBValue.h -----------------------------------------------*- C++ -*-===//
+//===-- SWIG Interface for SBValue ------------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: lldb/trunk/scripts/Python/interface/SBValueList.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBValueList.i?rev=135417&r1=135416&r2=135417&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBValueList.i (original)
+++ lldb/trunk/scripts/Python/interface/SBValueList.i Mon Jul 18 14:15:22 2011
@@ -1,4 +1,4 @@
-//===-- SWIG Interface for SBTarget -----------------------------*- C++ -*-===//
+//===-- SWIG Interface for SBValueList --------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the lldb-commits mailing list