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