mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
22 lines
609 B
PHP
22 lines
609 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<<<<<<< HEAD
|
|
<title>Hubzilla Doxygen API Documentation</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hubzilla Doxygen API Documentation not rendered</h1>
|
|
=======
|
|
<title>$Projectname Doxygen API Documentation</title>
|
|
</head>
|
|
<body>
|
|
<h1>$Projectname Doxygen API Documentation not rendered</h1>
|
|
>>>>>>> f866a42a42b9e12756353f5bb39a0f31a64bb26a
|
|
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 util/Doxyfile
|
|
</pre>
|
|
<br>
|
|
<a href="javascript:history.back()">back</a>
|
|
</body>
|
|
</html>
|