new commit

This commit is contained in:
ovainola
2015-06-25 20:28:57 +03:00
parent 03eb2f24d0
commit 0d81caf119
+2 -2
View File
@@ -10,9 +10,9 @@ VERSION < v"0.4-" && using Docile
eldims = Dict("C3D10" => 10)
global handlers = Dict()
"""
@doc """
Register new handler for parser
"""
""" ->
function add_handler(section, function_name)
handlers[section] = function_name
end