Erlang Programming/Documentation

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Documentation[edit | edit source]

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.