From 81e7efa1d1fddd9b669b33b72f35a3a8b6567afd Mon Sep 17 00:00:00 2001 From: p-zach Date: Thu, 27 Mar 2025 16:43:49 -0400 Subject: [PATCH] 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 --- gtwrap/xml_parser/xml_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtwrap/xml_parser/xml_parser.py b/gtwrap/xml_parser/xml_parser.py index 9b3d4d804..9920027ac 100644 --- a/gtwrap/xml_parser/xml_parser.py +++ b/gtwrap/xml_parser/xml_parser.py @@ -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],