summaryrefslogtreecommitdiff
path: root/lib/erl_docgen/src/erl_docgen.app.src
blob: 5a6b48bd2659ff0a382590decc36ba157c4cda22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{application, erl_docgen,
 [{description, "Misc tools for building documentation"},
  {vsn, "%VSN%"},
  {modules, [docgen_otp_specs,
  	     docgen_edoc_xml_cb,
	     docgen_xmerl_xml_cb,
             docgen_xml_to_chunk
	    ]
  },
  {registered,[]},
  {applications, [kernel,stdlib]},
  {env, []},
  {runtime_dependencies, ["xmerl-1.3.7","kernel-8.0","stdlib-3.15","edoc-1.0","erts-11.0"]}
 ]
}.