aboutsummaryrefslogblamecommitdiffstats
path: root/lib/erl_docgen/src/erl_docgen.app.src
blob: daad17210693f91ec251a6f12d3c7d19d220ae00 (plain) (tree)
1
2
3
4
5
6


                                                         


                                







                                  
{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, []
  }
 ]
}.