diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-07-18 19:15:22 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-18 19:15:22 +0000 |
commit | 9a5b16b87c80eea6e5de6459cb49746cdc321a8d (patch) | |
tree | 6196a719cc9b2eb46edf04b0ee666c1ef84b5625 /lldb/scripts/Python/interface | |
parent | 67ae7bdb54590e416803e02cad9755d1e7f1eb04 (diff) | |
download | bcm5719-llvm-9a5b16b87c80eea6e5de6459cb49746cdc321a8d.tar.gz bcm5719-llvm-9a5b16b87c80eea6e5de6459cb49746cdc321a8d.zip |
Fix header documentations.
llvm-svn: 135417
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r-- | lldb/scripts/Python/interface/SBValue.i | 2 | ||||
-rw-r--r-- | lldb/scripts/Python/interface/SBValueList.i | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/Python/interface/SBValue.i b/lldb/scripts/Python/interface/SBValue.i index d905cc2130e..af88dd094c6 100644 --- a/lldb/scripts/Python/interface/SBValue.i +++ b/lldb/scripts/Python/interface/SBValue.i @@ -1,4 +1,4 @@ -//===-- SBValue.h -----------------------------------------------*- C++ -*-===// +//===-- SWIG Interface for SBValue ------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lldb/scripts/Python/interface/SBValueList.i b/lldb/scripts/Python/interface/SBValueList.i index e94f2c93b3c..fb21ad01a5b 100644 --- a/lldb/scripts/Python/interface/SBValueList.i +++ b/lldb/scripts/Python/interface/SBValueList.i @@ -1,4 +1,4 @@ -//===-- SWIG Interface for SBTarget -----------------------------*- C++ -*-===// +//===-- SWIG Interface for SBValueList --------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |