Generate's basic function docstrings for Crystal function definitions.
def flip(t : Tensor | Enumerable, axis : Int) : Tensor...end
Becomes
# Brief description of flip## Arguments# ---------# t : Tensor | Enumerable# Brief description of t : Tensor | Enumerable# axis : Int# Brief description of axis : Int## Returns# -------# Tensor## Examples# --------def flip(t : Tensor | Enumerable, axis : Int) : Tensor...end
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.