Jump to content

Erlang Programming/Documentation

From Wikibooks, open books for an open world

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.