mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
Docstringify some comments in the swig interface files
Without these, the comments don't end up in the generated python code. llvm-svn: 358055
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
void
|
||||
Clear();
|
||||
|
||||
%feature("docstring", "
|
||||
//------------------------------------------------------------------
|
||||
/// Get const accessor for the module file.
|
||||
///
|
||||
@@ -36,12 +37,14 @@ public:
|
||||
/// @return
|
||||
/// A const reference to the file specification object.
|
||||
//------------------------------------------------------------------
|
||||
") GetFileSpec;
|
||||
lldb::SBFileSpec
|
||||
GetFileSpec ();
|
||||
|
||||
void
|
||||
SetFileSpec (const lldb::SBFileSpec &fspec);
|
||||
|
||||
%feature("docstring", "
|
||||
//------------------------------------------------------------------
|
||||
/// Get accessor for the module platform file.
|
||||
///
|
||||
@@ -57,6 +60,7 @@ public:
|
||||
/// @return
|
||||
/// A const reference to the file specification object.
|
||||
//------------------------------------------------------------------
|
||||
") GetPlatformFileSpec;
|
||||
lldb::SBFileSpec
|
||||
GetPlatformFileSpec ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user