Skip to content

Commit

Permalink
doc: zephyr_domain: Show code samples after doxygengroups
Browse files Browse the repository at this point in the history
Minor cosmetic update post Breathe removal

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Jul 4, 2024
1 parent f8e0a9d commit 3d63507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_extensions/zephyr/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def run(self) -> List[Node]:
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

Expand Down

0 comments on commit 3d63507

Please sign in to comment.