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
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ class CustomDoxygenGroupDirective(DoxygenGroupDirective):
|
||||||
nodes = super().run()
|
nodes = super().run()
|
||||||
|
|
||||||
if self.config.zephyr_breathe_insert_related_samples:
|
if self.config.zephyr_breathe_insert_related_samples:
|
||||||
return [RelatedCodeSamplesNode(id=self.arguments[0]), *nodes]
|
return [*nodes, RelatedCodeSamplesNode(id=self.arguments[0])]
|
||||||
else:
|
else:
|
||||||
return nodes
|
return nodes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue