Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 969 Bytes

404.md

File metadata and controls

32 lines (24 loc) · 969 Bytes
<style type="text/css" media="screen"> .hidden { display: none !important; } </style>

404

You're lost! Go back to the home page.

Redirecting to

<script type="text/javascript"> // Redirect to new doxygen location if accessing from an older url if (window.location.pathname.startsWith('/docs/')) { document.getElementById('block-404').classList.toggle('hidden') document.getElementById('block-redirect').classList.toggle('hidden') var url = '/doc/doxygen/' + window.location.pathname.substring(6); var link = document.getElementById('redirect-value') link.textContent = url link.href = url window.location.pathname = url } </script>