initial doco

This commit is contained in:
friendica
2013-02-26 15:49:37 -08:00
parent 9430117204
commit b69fca14e7
863 changed files with 97644 additions and 979 deletions

25
doc/html/hierarchy.js Normal file
View File

@@ -0,0 +1,25 @@
var hierarchy =
[
[ "App", "classApp.html", null ],
[ "BaseObject", "classBaseObject.html", [
[ "Conversation", "classConversation.html", null ],
[ "Item", "classItem.html", null ]
] ],
[ "Cache", "classCache.html", null ],
[ "dba", "classdba.html", null ],
[ "enotify", "classenotify.html", null ],
[ "OAuthDataStore", null, [
[ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ]
] ],
[ "OAuthServer", null, [
[ "FKOAuth1", "classFKOAuth1.html", null ]
] ],
[ "Photo", "classPhoto.html", null ],
[ "ProtoDriver", "classProtoDriver.html", [
[ "ZotDriver", "classZotDriver.html", null ]
] ],
[ "Smarty", null, [
[ "FriendicaSmarty", "classFriendicaSmarty.html", null ]
] ],
[ "Template", "classTemplate.html", null ]
];