/usr/share/doc/libdiscid-doc/docs/menudata.js is in libdiscid-doc 0.6.1-6.
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 | var menudata={children:[
{text:'Main Page',url:'index.html'},
{text:'Related Pages',url:'pages.html'},
{text:'Files',url:'files.html',children:[
{text:'File List',url:'files.html'},
{text:'File Members',url:'globals.html',children:[
{text:'All',url:'globals.html',children:[
{text:'d',url:'globals.html#index_d'},
{text:'l',url:'globals.html#index_l'}]},
{text:'Functions',url:'globals_func.html'},
{text:'Typedefs',url:'globals_type.html'},
{text:'Enumerations',url:'globals_enum.html'},
{text:'Enumerator',url:'globals_eval.html'},
{text:'Macros',url:'globals_defs.html'}]}]}]}
|