Squashed 'wrap/' changes from 4cefad122..3f1a4c5d5

3f1a4c5d5 Merge pull request #173 from p-zach/docs-fix
08af82f33 Fix missing parameter

git-subtree-dir: wrap
git-subtree-split: 3f1a4c5d53481be9e2e94cf0318751de5d7269d5
release/4.3a0
p-zach 2025-03-27 16:43:49 -04:00
parent c727db52c1
commit 81e7efa1d1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class XMLDocParser:
# Find which member to get docs from, if there are multiple that match in name and args
documenting_index = self.determine_documenting_index(
cpp_class, cpp_method, method_args_names)
cpp_class, cpp_method, method_args_names, member_defs)
# Extract the docs for the function that matches cpp_class.cpp_method(*method_args_names).
return self.get_formatted_docstring(member_defs[documenting_index],