This file is indexed.

/usr/lib/erlang/lib/erl_docgen-0.3.4.1/ebin/erl_docgen.app is in erlang-erl-docgen 1:16.b.3-dfsg-1ubuntu2.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{application, erl_docgen,
 [{description, "Misc tools for building documentation"},
  {vsn, "0.3.4.1"},
  {modules, [docgen_otp_specs,
  	     docgen_edoc_xml_cb,
	     docgen_xmerl_xml_cb
	    ]
  },
  {registered,[]},
  {applications, [kernel,stdlib]},
  {env, []
  }
 ]
}.