commit
25e2a849c4
|
@ -46,6 +46,7 @@ Friendica Documentation and Resources
|
||||||
* [Plugin Development](help/Plugins)
|
* [Plugin Development](help/Plugins)
|
||||||
* [Theme Development](help/themes)
|
* [Theme Development](help/themes)
|
||||||
* [Smarty 3 Templates](help/smarty3-templates)
|
* [Smarty 3 Templates](help/smarty3-templates)
|
||||||
|
* [Code - Reference(Doxygen generated - sets cookies)](doc/html/)
|
||||||
|
|
||||||
**External Resources**
|
**External Resources**
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,7 @@ Friendica - Dokumentation und Ressourcen
|
||||||
* [Plugin Development](help/Plugins)
|
* [Plugin Development](help/Plugins)
|
||||||
* [Theme Development](help/themes)
|
* [Theme Development](help/themes)
|
||||||
* [Smarty 3 Templates](help/smarty3-templates)
|
* [Smarty 3 Templates](help/smarty3-templates)
|
||||||
|
* [Code-Referenz (mit doxygen generiert - setzt Cookies)](doc/html/)
|
||||||
|
|
||||||
**Externe Ressourcen**
|
**Externe Ressourcen**
|
||||||
|
|
||||||
|
|
16
doc/html/index.php
Normal file
16
doc/html/index.php
Normal 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 util/Doxyfile
|
||||||
|
</pre>
|
||||||
|
<br>
|
||||||
|
<a href="javascript:history.back()">back</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
23
util/Doxyfile
Normal file
23
util/Doxyfile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
INPUT = README.md index.php boot.php testargs.php update.php mod/ object/ include/ js/ util/ view/ version.inc
|
||||||
|
RECURSIVE = YES
|
||||||
|
PROJECT_NAME = "Friendica"
|
||||||
|
PROJECT_LOGO = images/friendica-64.jpg
|
||||||
|
EXCLUDE = .htconfig.php library/ doc/ .git/ log/ util/zotsh/easywebdav/ addon/ report/ privacy_image_cache/ photo/ proxy/ local/
|
||||||
|
EXCLUDE_PATTERNS = *smarty3* *strings.php*.log *.out *test*
|
||||||
|
OUTPUT_DIRECTORY = doc
|
||||||
|
GENERATE_HTML = YES
|
||||||
|
HTML_OUTPUT = html/
|
||||||
|
HTML_FILE_EXTENSION = .html
|
||||||
|
GENERATE_LATEX = NO
|
||||||
|
EXTRACT_ALL = YES
|
||||||
|
EXTRACT_PRIVATE = YES
|
||||||
|
GENERATE_TODOLIST = YES
|
||||||
|
USE_MDFILE_AS_MAINPAGE = README.md
|
||||||
|
REFERENCED_BY_RELATION = YES
|
||||||
|
GENERATE_TREEVIEW = YES
|
||||||
|
HTML_FOOTER = util/Doxygen.footer
|
||||||
|
ALIASES += "license=@par License:\n"
|
||||||
|
ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\""
|
||||||
|
ALIASES += "FIXME=\fixme"
|
||||||
|
ALIASES += "TODO=\todo"
|
||||||
|
ALIASES += "BUG=\bug"
|
4
util/Doxygen.footer
Normal file
4
util/Doxygen.footer
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue