From c0a601af214a14eff280d149c30cf1b5908ebed7 Mon Sep 17 00:00:00 2001 From: ovainola Date: Fri, 26 Jun 2015 18:53:29 +0300 Subject: [PATCH] Update abaqus_reader.jl Removed @doc macro --- src/abaqus_reader.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abaqus_reader.jl b/src/abaqus_reader.jl index ce292d9..4791762 100644 --- a/src/abaqus_reader.jl +++ b/src/abaqus_reader.jl @@ -12,9 +12,9 @@ eldims = Dict({"C3D10" => 10}) global handlers = Dict() -@doc """ +""" Register new handler for parser -""" -> +""" function add_handler(section, function_name) handlers[section] = function_name end