aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/src/edoc.app.src
blob: 0c8d5b85f8246908d25216b53319f12caba8cda7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% This is an -*- erlang -*- file.

{application, edoc,
 [{description, "EDoc"},
  {vsn, "%VSN%"},
  {modules, [edoc,
	     edoc_data,
	     edoc_doclet,
	     edoc_extract,
	     edoc_layout,
	     edoc_lib,
	     edoc_macros,
	     edoc_parser,
	     edoc_refs,
	     edoc_report,
	     edoc_run,
	     edoc_scanner,
             edoc_specs,
	     edoc_tags,
	     edoc_types,
	     edoc_wiki,
	     otpsgml_layout]},
  {registered,[]},
  {applications, [compiler,kernel,stdlib,syntax_tools]},
  {env, []}]}.