I assume that @doc just accepts a string and replaces anything else with nil.
Maybe you want hello2 looks like:
@doc "hello2`
@deprecated "use hello instead"
def hello2() do
end
I also assume that the line number means the position in the file not the position in the definition.






















