Menu

[f2195c]: / annotations / scripts / htmlcontentspage  Maximize  Restore  History

Download this file

28 lines (23 with data), 457 Bytes

#!/bin/bash

echo '<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<title>C++ Annotations Contents</title>
<link rev="made" href="mailto:Frank B. Brokken: f.b.brokken@rug.nl">
</head>
<body>
<script>
function load(next)
{
    opener.info.location=next;
    return (false);
}
</script>
'

grep 'd[dlt]>' cplusplus.html |
sed '
    s/"\(cplusplus[0-9]\+\.html#l[0-9]\+\)"/"\1" onclick="return load('"'"'\1'"'"')"/
    s/<p>//g
' 


echo '</body>
</html>
'
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.