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:
parent
ea14a07952
commit
162fa760e9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue