diff options
author | RedMatrix <info@friendica.com> | 2015-03-05 09:01:36 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-03-05 09:01:36 +1100 |
commit | 3772ed00696c9a387f2375ee14dde93459d5b4ec (patch) | |
tree | 7d5e918c06604ea857c6c82427ebe33adc3d655f /util | |
parent | ddaf5c067dcee0b8712e62bd710927d63fdf4d46 (diff) | |
parent | da6eecd03111660ae12221265986ba4b10b155dd (diff) | |
download | volse-hubzilla-3772ed00696c9a387f2375ee14dde93459d5b4ec.tar.gz volse-hubzilla-3772ed00696c9a387f2375ee14dde93459d5b4ec.tar.bz2 volse-hubzilla-3772ed00696c9a387f2375ee14dde93459d5b4ec.zip |
Merge pull request #917 from dawnbreak/docu
remove Doxygen API Documentation from repository.
Diffstat (limited to 'util')
-rw-r--r-- | util/Doxyfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/util/Doxyfile b/util/Doxyfile index fce6c1359..c5c205de7 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -1,8 +1,8 @@ -INPUT = boot.php mod include setup util view +INPUT = index.php boot.php mod/ include/ setup/ util/ view/ RECURSIVE = YES -PROJECT_NAME = "The Red Matrix" +PROJECT_NAME = "The RedMatrix" PROJECT_LOGO = images/rm-64.png -EXCLUDE = .htconfig.php library doc .git +EXCLUDE = .htconfig.php library/ doc/ vendor/ .git/ util/zotsh/easywebdav/ EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test* OUTPUT_DIRECTORY = doc GENERATE_HTML = YES @@ -17,5 +17,3 @@ REFERENCED_BY_RELATION = YES GENERATE_TREEVIEW = YES HTML_FOOTER = util/Doxygen.footer - - |