From 0831d03fe13511e785696b6766cadea0dc48a760 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <MichielCottaar@protonmail.com>
Date: Fri, 24 May 2024 10:49:05 +0100
Subject: [PATCH] @doc is not needed

---
 src/variables.jl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/variables.jl b/src/variables.jl
index 5d2381d..102c2ee 100644
--- a/src/variables.jl
+++ b/src/variables.jl
@@ -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)
-- 
GitLab