diff options
Diffstat (limited to 'doc/html/hierarchy.js')
-rw-r--r-- | doc/html/hierarchy.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index dcf3e740e..1dde32375 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -20,9 +20,6 @@ var hierarchy = [ "IFile", null, [ [ "RedFile", "classRedFile.html", null ] ] ], - [ "INode", null, [ - [ "RedInode", "classRedInode.html", null ] - ] ], [ "ITemplateEngine", "interfaceITemplateEngine.html", [ [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], [ "Template", "classTemplate.html", null ] @@ -41,6 +38,9 @@ var hierarchy = [ "photo_gd", "classphoto__gd.html", null ], [ "photo_imagick", "classphoto__imagick.html", null ] ] ], + [ "Plugin", null, [ + [ "RedBrowser", "classRedBrowser.html", null ] + ] ], [ "ProtoDriver", "classProtoDriver.html", [ [ "ZotDriver", "classZotDriver.html", null ] ] ], |