edoc question

Martin Bjorklund mbj@REDACTED
Fri Oct 21 12:20:07 CEST 2005


Martin Bjorklund <mbj@REDACTED> wrote:
> > Hm. It shouldn't. Can you produce a test case?
> 
> %%%--------------------------------------------------------------------
> %%% edoc types
> %%% @type session_handler() = pid()
> % % @type cs() = #cs{}
> %%% @end
> %%%--------------------------------------------------------------------
> 
> The error I get is:
>    at line 41: syntax error before: '%'


If you instead put the commented line after @end, it works.

%%%--------------------------------------------------------------------
%%% edoc types
%%% @type session_handler() = pid()
%%% @end
% % @type cs() = #cs{}     FIXME fix in R10-8
%%%--------------------------------------------------------------------



/martin



More information about the erlang-questions mailing list