Skip to content
Snippets Groups Projects
Unverified Commit 0831d03f authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

@doc is not needed

parent 092bff04
No related branches found
No related tags found
1 merge request!2Define variables through new @defvar macro
......@@ -186,10 +186,12 @@ function _defvar(func_def, getter=nothing)
end
@defvar function duration end
@doc """ duration(block)
"""
duration(block)
Duration of the sequence or building block in ms.
""" duration
"""
duration
function def_alternate_variable!(name::Symbol, other_var::Symbol, to_other::Function, from_other::Function, inverse::Bool)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment