diff options
author | friendica <info@friendica.com> | 2013-04-26 15:09:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-26 15:09:35 -0700 |
commit | ac64c93bf8714550d47a546faec59cfea0b4daeb (patch) | |
tree | 052694303ba648faa014eecbf7b941e391959ab5 /doc/html/hierarchy.js | |
parent | 607d05e48f220430ea1132c68770dfb11bf8dab2 (diff) | |
download | volse-hubzilla-ac64c93bf8714550d47a546faec59cfea0b4daeb.tar.gz volse-hubzilla-ac64c93bf8714550d47a546faec59cfea0b4daeb.tar.bz2 volse-hubzilla-ac64c93bf8714550d47a546faec59cfea0b4daeb.zip |
doc update
Diffstat (limited to 'doc/html/hierarchy.js')
-rw-r--r-- | doc/html/hierarchy.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index e38e9b0f1..2ba6b3d6c 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -17,7 +17,10 @@ var hierarchy = [ "OAuthServer", null, [ [ "FKOAuth1", "classFKOAuth1.html", null ] ] ], - [ "Photo", "classPhoto.html", null ], + [ "photo_driver", "classphoto__driver.html", [ + [ "photo_gd", "classphoto__gd.html", null ], + [ "photo_imagick", "classphoto__imagick.html", null ] + ] ], [ "ProtoDriver", "classProtoDriver.html", [ [ "ZotDriver", "classZotDriver.html", null ] ] ], |