Erlang Programming/Documentation
Documentation
Comments
The preferred comment style in erlang is to use:
%%% Three for module level comments. %% Double for function level comments. % Single for line level comments. Category:Book:Erlang Programming#Documentation%20