We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ab0f9 commit 9faf114Copy full SHA for 9faf114
sphinx/domains/c/__init__.py
@@ -374,7 +374,7 @@ def run(self) -> list[Node]:
374
symbol = self.env.domaindata['c']['root_symbol']
375
self.env.temp_data['c:parent_symbol'] = symbol
376
self.env.temp_data['c:namespace_stack'] = stack
377
- self.env.ref_context['cp:parent_key'] = symbol.get_lookup_key()
+ self.env.ref_context['c:parent_key'] = symbol.get_lookup_key()
378
return []
379
380
0 commit comments