diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2015-03-04 10:15:16 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2015-03-04 11:38:35 +0100 |
commit | da6eecd03111660ae12221265986ba4b10b155dd (patch) | |
tree | c9e90e99e800981196083c6c5d1086b7ef3f37d9 /doc/html/index.php | |
parent | 684ce972fe7c6cb5e2d0cc7aea4df989a3734403 (diff) | |
download | volse-hubzilla-da6eecd03111660ae12221265986ba4b10b155dd.tar.gz volse-hubzilla-da6eecd03111660ae12221265986ba4b10b155dd.tar.bz2 volse-hubzilla-da6eecd03111660ae12221265986ba4b10b155dd.zip |
remove Doxygen API Documentation from repository.
This removes around 14MB and can get easily generate locally by
doxygen util/Doxyfile when needed.
Restructured .gitignore a bit and some additions like zotshrc, etc.
Fixed a typo in doc/main.bb
Diffstat (limited to 'doc/html/index.php')
-rw-r--r-- | doc/html/index.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/html/index.php b/doc/html/index.php new file mode 100644 index 000000000..10b363818 --- /dev/null +++ b/doc/html/index.php @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <title>RedMatrix Doxygen API Documentation</title> +</head> +<body> +<h1>RedMatrix 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> |