First 'develop' help site

This commit is contained in:
Philipp Holzer 2022-07-27 21:27:46 +02:00
commit 17801e9ae3
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
573 changed files with 1440876 additions and 0 deletions

16
develop/de/html/index.php Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>$Projectname Doxygen API Documentation</title>
</head>
<body>
<h1>$Projectname Doxygen API Documentation not rendered</h1>
To get the Doxygen API Documentation you must render it with the program <a href="http://www.doxygen.org">Doxygen</a> (included in most distributions).
<pre>
$ doxygen Doxyfile
</pre>
<br>
<a href="javascript:history.back()">back</a>
</body>
</html>