Skip to content

Commit

Permalink
Use :content-only: as the doxygenpage directive. (#39)
Browse files Browse the repository at this point in the history
According to the documentation, that is the syntax that is
supported.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Dec 21, 2021
1 parent f8d6ea2 commit 40a07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosdoc2/verbs/build/builders/sphinx_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def ensure_global(name, default):
ensure_global('exhale_args', {{}})
default_exhale_specs_mapping = {{
'page': [':content:'],
'page': [':content-only:'],
**dict.fromkeys(
['class', 'struct'],
[':members:', ':protected-members:', ':undoc-members:']),
Expand Down

0 comments on commit 40a07e0

Please sign in to comment.