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