diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-13 17:59:45 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-13 17:59:45 -0700 |
commit | 364025e550341b2922104e83d2a2fddaf4f21652 (patch) | |
tree | 20813d8d3d5481764c0cba50aa3cb8e9a5a53033 /doc/html/index.php | |
parent | c82082d2bbb00294d62330d577dcdbc9ec6b9d1c (diff) | |
download | volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.tar.gz volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.tar.bz2 volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.zip |
remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script.
Diffstat (limited to 'doc/html/index.php')
-rw-r--r-- | doc/html/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/index.php b/doc/html/index.php index 10b363818..07da8b8d9 100644 --- a/doc/html/index.php +++ b/doc/html/index.php @@ -1,10 +1,10 @@ <!DOCTYPE html> <html> <head> - <title>RedMatrix Doxygen API Documentation</title> + <title>$Projectname Doxygen API Documentation</title> </head> <body> -<h1>RedMatrix Doxygen API Documentation not rendered</h1> +<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 |