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/hierarchy.js | |
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/hierarchy.js')
-rw-r--r-- | doc/html/hierarchy.js | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js deleted file mode 100644 index 659508d31..000000000 --- a/doc/html/hierarchy.js +++ /dev/null @@ -1,75 +0,0 @@ -var hierarchy = -[ - [ "AbstractBasic", null, [ - [ "RedMatrix\\RedDAV\\RedBasicAuth", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html", null ] - ] ], - [ "App", "classApp.html", null ], - [ "BaseObject", "classBaseObject.html", [ - [ "Conversation", "classConversation.html", null ], - [ "Item", "classItem.html", null ] - ] ], - [ "Cache", "classCache.html", null ], - [ "dba_driver", "classdba__driver.html", [ - [ "dba_mysql", "classdba__mysql.html", null ], - [ "dba_mysqli", "classdba__mysqli.html", null ], - [ "dba_postgres", "classdba__postgres.html", null ] - ] ], - [ "enotify", "classenotify.html", null ], - [ "Exception", null, [ - [ "easywebdav.client.WebdavException", "classeasywebdav_1_1client_1_1WebdavException.html", [ - [ "easywebdav.client.ConnectionFailed", "classeasywebdav_1_1client_1_1ConnectionFailed.html", null ], - [ "easywebdav.client.OperationFailed", "classeasywebdav_1_1client_1_1OperationFailed.html", null ] - ] ], - [ "zotsh.CommandNotFound", "classzotsh_1_1CommandNotFound.html", null ] - ] ], - [ "ICollection", null, [ - [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ] - ] ], - [ "IFile", null, [ - [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] - ] ], - [ "RedMatrix\\Import\\Import", "classRedMatrix_1_1Import_1_1Import.html", null ], - [ "IQuota", null, [ - [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ] - ] ], - [ "ITemplateEngine", "interfaceITemplateEngine.html", [ - [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], - [ "Template", "classTemplate.html", null ] - ] ], - [ "Node", null, [ - [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], - [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] - ] ], - [ "OAuthDataStore", null, [ - [ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ] - ] ], - [ "OAuthServer", null, [ - [ "FKOAuth1", "classFKOAuth1.html", null ] - ] ], - [ "object", null, [ - [ "easywebdav.client.Client", "classeasywebdav_1_1client_1_1Client.html", null ], - [ "zotsh.ZotSH", "classzotsh_1_1ZotSH.html", null ] - ] ], - [ "photo_driver", "classphoto__driver.html", [ - [ "photo_gd", "classphoto__gd.html", null ], - [ "photo_imagick", "classphoto__imagick.html", null ] - ] ], - [ "Plugin", null, [ - [ "RedMatrix\\RedDAV\\RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", null ] - ] ], - [ "ProtoDriver", "classProtoDriver.html", [ - [ "ZotDriver", "classZotDriver.html", null ] - ] ], - [ "Sabre", null, [ - [ "RedMatrix\\RedDAV\\RedBasicAuth", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html", null ], - [ "RedMatrix\\RedDAV\\RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", null ], - [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], - [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], - [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], - [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ], - [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] - ] ], - [ "Smarty", null, [ - [ "FriendicaSmarty", "classFriendicaSmarty.html", null ] - ] ] -];
\ No newline at end of file |