A C++ binding for the OpenGL API, generated using the gl.xml specification.
The following manual steps are necessary for each added documentation:
docs/docs.pug
$(document).ready
callbackThe resulting head of the file should look like this:
$( document ).ready(function() {
$("#projectlogo").each(function() {
var td = $(this);
td.html($("<a>").attr("href", "/").append(td.html()));
});
// ...
});