File: README.md

package info (click to toggle)
fenics-dolfinx 1%3A0.10.0.post4-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,028 kB
  • sloc: cpp: 36,535; python: 25,391; makefile: 226; sh: 171; xml: 55
file content (25 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# DOLFINx C++ interface documentation

The C++ API documentation is generated from the source code using
[Doxygen](https://www.doxygen.nl/), and the Doxygen output is curated
and rendered using reStructured text with
[Sphinx](https://www.sphinx-doc.org/) and
[Breathe](https://breathe.readthedocs.io/).


## Requirements

- [Doxygen](https://www.doxygen.nl/)
- [Sphinx](https://www.sphinx-doc.org/)
- [Breathe](https://breathe.readthedocs.io/)


## Building

```bash
> doxygen Doxyfile
> make html
```

Sphinx/Breathe documentation is in `build/html`and the Doxygen generated
HTML is in `html/`.