Skip to content

Commit 51e8622

Browse files
yut23AA-Turner
andauthored
Update breathe/directives/content_block.py
Co-authored-by: Adam Turner <[email protected]>
1 parent 42e1d17 commit 51e8622

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

breathe/directives/content_block.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ class DoxygenNamespaceDirective(_DoxygenContentBlockDirective):
106106
class DoxygenGroupDirective(_DoxygenContentBlockDirective):
107107
kind = "group"
108108
option_spec = _DoxygenContentBlockDirective.option_spec.copy()
109-
option_spec.update({"inner": flag, "no-title": flag})
109+
option_spec.update({
110+
"inner": flag,
111+
"no-title": flag,
112+
})
110113

111114

112115
class DoxygenPageDirective(_DoxygenContentBlockDirective):

0 commit comments

Comments
 (0)