Skip to content

Commit debfb1c

Browse files
committed
fix docs: add module docstring for TetGen
1 parent 43772c2 commit debfb1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ tetrahedralizations, constrained Delaunay tetrahedralizations, and
55
quality tetrahedral meshes. TetGen.jl provides a Julia interface to
66
TetGen.
77

8+
9+
```@docs
10+
TetGen
11+
```
12+
13+
814
## Mesh based API
915
This API uses instances of types from [GeometryBasics.jl](https://github.com/JuliaGeometry/GeometryBasics.jl)
1016
to describe input and output of TetGen.

0 commit comments

Comments
 (0)