1

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)

Ridvan
  • 23
  • 5
  • 4
    I'm voting to close this question as off-topic because [we are not customer support for your favorite company](//meta.stackoverflow.com/questions/255745/). – Mogsdad Jan 02 '18 at 14:28

2 Answers2

1

From what I can see on the Erlide home page an EDoc viewer is included but no automatic generation seems to be supported.

Vincenzo Maggio
  • 3,787
  • 26
  • 42
0

We don't have this functionality yet. What default content would you expect in the generated edoc?

Vlad Dumitrescu
  • 931
  • 5
  • 11