ohno / Antique.jl

Self-contained, well-tested, well-documented Analytical Solutions of Quantum Mechanical Equations.
https://ohno.github.io/Antique.jl/
MIT License
19 stars 3 forks source link

Add type into docstrings #66

Closed ohno closed 3 months ago

ohno commented 3 months ago

Add type into docstrings, e.g.

- `E(model::InfinitePotentialWell; n=1)`
+ `E(model::InfinitePotentialWell; n::Int=1)` 

Just copy the source code into docstrings.