Skip to content

Commit

Permalink
Audaspace: port documentation bugfix from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
neXyon committed Aug 5, 2020
1 parent f96afde commit 396abbb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions extern/audaspace/bindings/python/PySound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1395,9 +1395,9 @@ PyDoc_STRVAR(M_aud_Sound_threshold_doc,
" all between to 0.\n\n"
" :arg threshold: Threshold value over which an amplitude counts\n"
" non-zero.\n\n"
":type threshold: float\n"
":return: The created :class:`Sound` object.\n"
":rtype: :class:`Sound`");
" :type threshold: float\n"
" :return: The created :class:`Sound` object.\n"
" :rtype: :class:`Sound`");

static PyObject *
Sound_threshold(Sound* self, PyObject* args)
Expand Down
2 changes: 1 addition & 1 deletion release/datafiles/locale
Submodule locale updated 37 files
+23 −28 languages
+0 −646 po/ab.po
+39,910 −20,312 po/ar.po
+23,359 −12,478 po/ca.po
+29,373 −15,830 po/cs.po
+29,142 −17,906 po/de.po
+87 −21 po/eo.po
+45,600 −45,819 po/es.po
+30,580 −34,488 po/es_ES.po
+1,104 −390 po/eu.po
+12,771 −6,693 po/fa.po
+52,144 −36,884 po/fr.po
+0 −123 po/ha.po
+631 −255 po/he.po
+6,603 −2,907 po/hi.po
+10 −2 po/hr.po
+11,219 −4,597 po/hu.po
+6,451 −3,393 po/id.po
+45,744 −29,406 po/it.po
+45,250 −48,139 po/ja.po
+39,390 −43,000 po/ko.po
+3,519 −1,745 po/ky.po
+4,924 −2,361 po/nl.po
+6,953 −3,227 po/pl.po
+58,184 −33,259 po/pt.po
+58,031 −33,642 po/pt_BR.po
+34,519 −35,717 po/ru.po
+0 −96,092 po/sk.po
+26,213 −13,706 po/sr.po
+26,280 −13,773 po/[email protected]
+27,548 −14,660 po/sv.po
+0 −5,114 po/th.po
+22,247 −11,874 po/tr.po
+51,224 −41,583 po/uk.po
+44,016 −46,589 po/vi.po
+36,558 −55,026 po/zh_CN.po
+50,025 −28,728 po/zh_TW.po
2 changes: 1 addition & 1 deletion release/scripts/addons
Submodule addons updated 1246 files
2 changes: 1 addition & 1 deletion release/scripts/addons_contrib
Submodule addons_contrib updated 417 files
2 changes: 1 addition & 1 deletion source/tools
Submodule tools updated 60 files
+0 −7 .arcconfig
+0 −44 check_blender_release/check_module_enabled.py
+0 −47 check_blender_release/check_module_numpy.py
+0 −47 check_blender_release/check_module_requests.py
+0 −59 check_blender_release/check_release.py
+0 −210 check_blender_release/check_static_binaries.py
+0 −92 check_blender_release/check_utils.py
+0 −5 check_blender_release/scripts/modules_enabled.py
+0 −6 check_blender_release/scripts/numpy_basic_operation.py
+0 −1 check_blender_release/scripts/numpy_import.py
+0 −8 check_blender_release/scripts/requests_basic_access.py
+0 −1 check_blender_release/scripts/requests_import.py
+1 −2 check_source/check_descriptions.py
+4 −3 check_source/check_header_duplicate.py
+71 −166 check_source/check_spelling.py
+47 −135 check_source/check_spelling_c_config.py
+1,437 −0 check_source/check_style_c.py
+48 −0 check_source/check_style_c_config.py
+0 −98 check_source/check_unused_defines.py
+0 −1 git/git_sort_commits.py
+0 −956 modules/blendfile.py
+1 −0 readme.rst
+0 −54,360 svn_rev_map/rev_to_sha1.py
+0 −54,360 svn_rev_map/sha1_to_rev.py
+414 −0 tests/check_source/check_style_c_test.py
+0 −82 utils/autopep8_clean.py
+0 −42 utils/autopep8_clean_config.py
+12 −30 utils/blend2json.py
+0 −110 utils/blender_merge_format_changes.py
+0 −376 utils/blender_theme_as_c.py
+10 −28 utils/blender_update_themes.py
+1 −6 utils/credits_git_gen.py
+0 −189 utils/cycles_commits_sync.py
+0 −219 utils/cycles_timeit.py
+0 −70 utils/gdb_struct_repr_c99.py
+16 −16 utils/git_log_review_commits.py
+29 −130 utils/git_log_review_commits_advanced.py
+0 −1 utils/make_cursor_gui.py
+0 −143 utils/make_shape_2d_from_blend.py
+1,712 −0 utils/uncrustify.cfg
+27 −0 utils/uncrustify_clean.sh
+24 −96 utils_api/bpy_introspect_ui.py
+6 −6 utils_build/cmake-flags
+0 −43 utils_doc/doxygen_single_file
+0 −103 utils_doc/rna_manual_reference_updater.py
+8 −11 utils_ide/qtcreator/externaltools/qtc_assembler_preview.py
+0 −1 utils_ide/qtcreator/externaltools/qtc_blender_diffusion.py
+1 −2 utils_ide/qtcreator/externaltools/qtc_cpp_to_c_comments.py
+0 −1 utils_ide/qtcreator/externaltools/qtc_doxy_file.py
+0 −2 utils_ide/qtcreator/externaltools/qtc_project_update.py
+1 −3 utils_ide/qtcreator/externaltools/qtc_toggle_if0.py
+2 −2 utils_ide/qtcreator/readme.rst
+0 −104 utils_maintenance/c_sort_blocks.py
+0 −89 utils_maintenance/c_struct_clean.py
+0 −218 utils_maintenance/clang_format_paths.py
+0 −113 utils_maintenance/cmake_sort_filelists.py
+0 −458 utils_maintenance/header_clean.py
+0 −65 utils_maintenance/modules/batch_edit_text.py
+0 −73 utils_maintenance/trailing_space_clean.py
+0 −47 utils_maintenance/trailing_space_clean_config.py

0 comments on commit 396abbb

Please sign in to comment.