mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Add a spellchecking mode for sphinx and fix some typos
* The worst one was Persistant -> Persistent. This involved renaming PersistentConfig but the impact of that is considered minimal enough to be worth fixing.
This commit is contained in:
@@ -319,8 +319,8 @@ TEMPLATE_FIXEDARRAY_DECLARE(rdcfixedarray);
|
||||
}
|
||||
|
||||
%feature("docstring") R"(Returns a string representation of an object. This is quite similar to
|
||||
the built-in repr() function but it iterates over struct members and prints them out, where normally
|
||||
repr() would stop and say something like 'Swig Object of type ...'.
|
||||
the built-in ``repr()`` function but it iterates over struct members and prints them out, where normally
|
||||
``repr()`` would stop and say something like 'Swig Object of type ...'.
|
||||
|
||||
:param Any obj: The object to dump
|
||||
:return: The string representation of the object.
|
||||
|
||||
Reference in New Issue
Block a user