EDoc Generation
From Erlang Community
(Difference between revisions)
| Revision as of 14:30, 11 June 2010 (edit) Ray.feliciano@db.com (Talk | contribs) ← Previous diff |
Revision as of 14:31, 11 June 2010 (edit) (undo) Ray.feliciano@db.com (Talk | contribs) Next diff → |
||
| Line 21: | Line 21: | ||
| ==Additional Documentation== | ==Additional Documentation== | ||
| - | [http://www.erlang.org/documentation/doc-5.7/pdf/edoc-0.7.6.3.pdf | + | [http://www.erlang.org/documentation/doc-5.7/pdf/edoc-0.7.6.3.pdf http://www.erlang.org/documentation/doc-5.7/pdf/edoc-0.7.6.3.pdf] |
| + | |||
| + | |||
Revision as of 14:31, 11 June 2010
EDoc is the Erlang documentation generator that extracts useful information regarding modules and functions from specially tagged comments included in the code.
Sample EDoc Tags
The following illustrates some of the tags that may be embedded within comments to be used by EDoc to generate documentation.
%% @author Unknown Author |
Additional Documentation
http://www.erlang.org/documentation/doc-5.7/pdf/edoc-0.7.6.3.pdf

Digg It
Del.icio.us
Reddit
Facebook
Stumble Upon
Technorati

