doc: zephyr_domain: Show code samples after doxygengroups

Minor cosmetic update post Breathe removal

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-06-04 11:07:57 +02:00 committed by Fabio Baltieri
parent ea14a07952
commit 162fa760e9
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class CustomDoxygenGroupDirective(DoxygenGroupDirective):
nodes = super().run()
if self.config.zephyr_breathe_insert_related_samples:
return [RelatedCodeSamplesNode(id=self.arguments[0]), *nodes]
return [*nodes, RelatedCodeSamplesNode(id=self.arguments[0])]
else:
return nodes