Skip to content

Commit

Permalink
Update the installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
damoncro committed May 3, 2022
1 parent 772a095 commit ac85418
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Doxygen
## Installation

brew install doxygen


## Generate a `Doxyfile` file

doxygen -g
Expand All @@ -19,6 +24,14 @@
doxygen

# sphnix
## Installation

pip install -U sphinx
pip install sphinx-book-theme
pip install sphinx_rtd_theme
pip install breathe
pip install exhale

## Setup a sphnix project with `sphinx-quickstart`

sphinx-quickstart
Expand Down

0 comments on commit ac85418

Please sign in to comment.