Skip to content

Commit de1fa64

Browse files
authored
Improve layout of docstring
1 parent 9c707d6 commit de1fa64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/basic_types.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Face(F::Type{NgonFace{N, FT}}, ::Type{T}) where {FT, N, T} = F
5050

5151
"""
5252
Fixed Size Polygon, e.g.
53-
N 1-2 : Illegal!
54-
N = 3 : Triangle
55-
N = 4 : Quadrilateral (or Quad, Or tetragon)
56-
N = 5 : Pentagon
57-
...
53+
- N 1-2 : Illegal!
54+
- N = 3 : Triangle
55+
- N = 4 : Quadrilateral (or Quad, Or tetragon)
56+
- N = 5 : Pentagon
57+
- ...
5858
"""
5959
struct Ngon{
6060
Dim, T <: Real,

0 commit comments

Comments
 (0)