aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/src/erl_docgen.app.src
blob: 1720464b6d61d39b0aced42ffa634c626d032c3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{application, erl_docgen,
 [{description, "Misc tools for building documentation"},
  {vsn, "%VSN%"},
  {modules, [otp_specs
	    ]
  },
  {registered,[]},
  {applications, [kernel,stdlib]},
  {env, []
  }
 ]
}.