~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/edoc/src/edoc_tags.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
     {param, fun parse_param/4, [function]},
72
72
     {private, text, [module,function,single]},
73
73
     {reference, xml, [module,footer,package,overview]},
74
 
     {return, xml, [function,single]},
 
74
     {returns, xml, [function,single]},
75
75
     {see, fun parse_see/4, [module,function,package,overview]},
76
76
     {since, text, [module,function,package,overview,single]},
77
77
     {spec, fun parse_spec/4, [function,single]},
83
83
     {version, text, [module,package,overview,single]}].
84
84
 
85
85
aliases('TODO') -> todo;
 
86
aliases(return) -> returns;
86
87
aliases(T) -> T.
87
88
 
88
89
%% Selecting tags based on flags.