globjects is a cross-platform C++ wrapper for OpenGL API objects.
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())); }); // ... });