Skip to content

Commit 162fa76

Browse files
kartbenfabiobaltieri
authored andcommitted
doc: zephyr_domain: Show code samples after doxygengroups
Minor cosmetic update post Breathe removal Signed-off-by: Benjamin Cabé <[email protected]>
1 parent ea14a07 commit 162fa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_extensions/zephyr/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def run(self) -> List[Node]:
310310
nodes = super().run()
311311

312312
if self.config.zephyr_breathe_insert_related_samples:
313-
return [RelatedCodeSamplesNode(id=self.arguments[0]), *nodes]
313+
return [*nodes, RelatedCodeSamplesNode(id=self.arguments[0])]
314314
else:
315315
return nodes
316316

0 commit comments

Comments
 (0)