Erlang Programming/List Comments

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

Comments[edit | edit source]

The preferred style for comments in Erlang is to use:

 %%% module-level comments
 %%  function-level comments
 %   line-level comments