Skip to content

Commit a29b9a9

Browse files
committed
End docstrings in old meta methods
1 parent f92fe69 commit a29b9a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/metadata.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Returns the Meta Type corresponding to `T`
3737
E.g:
3838
```julia
3939
MetaType(Point) == PointMeta
40+
```
4041
"""
4142
MetaType(::Type{T}) where T = error("No Meta Type for $T")
4243

@@ -47,6 +48,7 @@ Returns the original type containing no metadata for `T`
4748
E.g:
4849
```julia
4950
MetaFree(PointMeta) == Point
51+
```
5052
"""
5153
MetaFree(::Type{T}) where T = error("No meta free Type for $T")
5254

0 commit comments

Comments
 (0)