Skip to content

Commit ae75e9e

Browse files
committed
Revert "[nrf noup] doc: extensions: domain: skip patching doxygen groups"
This reverts commit a3c63a4. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 6f6b0e4 commit ae75e9e

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
@@ -339,7 +339,7 @@ def setup(app):
339339
app.add_post_transform(ProcessRelatedCodeSamplesNode)
340340

341341
# monkey-patching of the DoxygenGroupDirective
342-
# app.add_directive("doxygengroup", CustomDoxygenGroupDirective, override=True)
342+
app.add_directive("doxygengroup", CustomDoxygenGroupDirective, override=True)
343343

344344
return {
345345
"version": __version__,

0 commit comments

Comments
 (0)