Skip to content

Commit

Permalink
chore: add example of how to setup breathe
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 19, 2023
1 parent 9bfdd7e commit 1d15b95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,16 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx-prompt',
'sphinx_copybutton',
'myst_parser'
'myst_parser',
'breathe'
]

# Setup the breathe extension
# breathe_projects = {
# "xxxxxx": "@DOXYGEN_BUILD_DIR@/asap_xxxxxx/xml"
# }
# breathe_default_project = "xxxxxx"

# Tell sphinx what the primary language being documented is.
primary_domain = 'cpp'

Expand Down

0 comments on commit 1d15b95

Please sign in to comment.