/usr/share/doc/libitpp-dev/html/search-config.php is in libitpp-doc 4.3.1-3.
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 15 16 17 18 19 20 21 22 | <script language="php">
$config = array(
'PROJECT_NAME' => "IT++",
'GENERATE_TREEVIEW' => false,
'DISABLE_INDEX' => false,
);
$translator = array(
'search_results_title' => "Search Results",
'search_results' => array(
0 => "Sorry, no documents matching your query.",
1 => "Found <b>1</b> document matching your query.",
2 => "Found <b>\$num</b> documents matching your query. Showing best matches first.",
),
'search_matches' => "Matches:",
'search' => "Search",
'split_bar' => "",
'logo' => "Generated on Sat Mar 22 2014 05:35:25 for IT++ by \n<a href=\"http://www.doxygen.org/index.html\">\n<img class=\"footer\" src=\"doxygen.png\" alt=\"doxygen\"/></a> 1.8.6 ",
);
</script>
|