Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorXavier Cho <mysticfall>2021-10-23 01:27:03 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-10-23 01:27:16 +0300
commit62d64bec2a9c14c5d1515350cfc6b524118058c2 (patch)
treeebce91b66b80f211936a08115713b4c1bba242ac /extern
parent1d9e2dc954ff837737c0bbc00ef8ae4b841f2427 (diff)
Docs: Fixes and improvements in API documentation
Fixes several notable mistakes and missing information regarding the API documentation (*.rst). This will allow API stub generators like bpystubgen or fake-bpy-module to produce more accurate result. Differential Revision: https://developer.blender.org/D12639
Diffstat (limited to 'extern')
-rw-r--r--extern/audaspace/bindings/python/PySound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/audaspace/bindings/python/PySound.cpp b/extern/audaspace/bindings/python/PySound.cpp
index 2236057e7d2..1f149482914 100644
--- a/extern/audaspace/bindings/python/PySound.cpp
+++ b/extern/audaspace/bindings/python/PySound.cpp
@@ -290,7 +290,7 @@ PyDoc_STRVAR(M_aud_Sound_buffer_doc,
".. classmethod:: buffer(data, rate)\n\n"
" Creates a sound from a data buffer.\n\n"
" :arg data: The data as two dimensional numpy array.\n"
- " :type data: numpy.ndarray\n"
+ " :type data: :class:`numpy.ndarray`\n"
" :arg rate: The sample rate.\n"
" :type rate: double\n"
" :return: The created :class:`Sound` object.\n"