diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-07-16 21:27:36 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-16 21:27:36 +0000 |
commit | 9ffc9f7a181ca7c3f6748fd9cb5174d47748ed0d (patch) | |
tree | 94078844c793894169dcdf088db6f57610863ca8 /lldb/scripts/Python | |
parent | 8e122b9fca446ae0581ea9ef819036304bef290c (diff) | |
download | bcm5719-llvm-9ffc9f7a181ca7c3f6748fd9cb5174d47748ed0d.tar.gz bcm5719-llvm-9ffc9f7a181ca7c3f6748fd9cb5174d47748ed0d.zip |
Have SWIG generate autodoc strings with parameter types for all SB API objects by default.
llvm-svn: 135357
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBTarget.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index a7ddd64b4c0..eaf8ddfc85f 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -39,7 +39,6 @@ SBBreakpoint: id = 2, file ='main.cpp', line = 85, locations = 1 ) SBTarget; class SBTarget { - %feature("autodoc", "1"); public: //------------------------------------------------------------------ // Broadcaster bits. |