teemperor added inline comments.

================
Comment at: lldb/bindings/interface/SBProcessInfo.i:78
+
+    %feature("docstring",
+    "Return the specified argument given to the described process."
----------------
Can you add this line here?

```
%feature("autodoc", "GetArgumentAtIndex(int index) -> string") 
GetArgumentAtIndex;
```

Otherwise the Python docs will mention that this returns `const char *` which 
is always kinda weird for users to see.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103675/new/

https://reviews.llvm.org/D103675

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to