JDevlieghere wrote:

> @JDevlieghere How would we go about documenting some of the python methods 
> `len()` and `str()` in doxygen? Asking for myself if you have an example

Since those are Python specific they should remain docstrings in the `.i` 
interface files. I expect the latter to stick around, for that reason or when 
we have comments that are more tailored towards Python. But generic comments 
should go in the headers as Doxygen comments so both C++ and Python users can 
benefit from them. Unfortunately there's also no automatic way to convert them 
to Lua documentation, but maybe that'll come in a future version of SWIG. 

https://github.com/llvm/llvm-project/pull/149903
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to