Skip to content

Commit

Permalink
[#470] API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Sep 21, 2024
1 parent bf4a9a3 commit 33825f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/manual/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@ mv eisvogel.latex $HOME/.local/share/pandoc/templates

where `$HOME` is your home directory.

#### Generate API guide

This process is optional. If you choose not to generate the API HTML files, you can opt out of downloading these dependencies, and the process will automatically skip the generation.

Download dependencies

``` sh
dnf install graphviz doxygen
```

### Build

These packages will be detected during `cmake` and built as part of the main build.

0 comments on commit 33825f3

Please sign in to comment.