1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Improve Doxygen output

This commit is contained in:
Tom Poole 2025-09-17 20:32:10 +01:00
parent 0ad77e3394
commit 84e180b82c
18 changed files with 7070 additions and 478 deletions

12
docs/doxygen/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language=javascript>
function redirect(){
window.location = "/master/index.html";
}
</script>
</head>
<body onload="redirect()">
</body>
</html>