Does anyone know how to add automatic edoc to function in ErlIde?
In java eclipse understands and and add some java doc when I put /* before function name is there similar functionality for ErlIde?
Thanks in advance
%%%===================================================================
%% @spec ${function_name}(${function_parameters})->${function_result}
%%
%% where
%% ${function_parameters}
%%
%% @doc
%%
%% @end
%%%===================================================================
Something this kind would be nice I guess
Ps:(Sorry I was not able to make this formating in the comment I am quite new)
We don't have this functionality yet. What default content would you expect in the generated edoc?