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:
parent
0ad77e3394
commit
84e180b82c
18 changed files with 7070 additions and 478 deletions
12
docs/doxygen/index.html
Normal file
12
docs/doxygen/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue