diff --git a/DocApplication/functions.js b/DocApplication/functions.js index aa586d6e..14393695 100644 --- a/DocApplication/functions.js +++ b/DocApplication/functions.js @@ -31,6 +31,27 @@ function getDir (dir, obj) { } } +function renderApi() { + var prefix = this.href (""); + this.storePage (this, "main", "", "index.html"); + this.storePage (this, "prototypes"); + this.storePage (this, "summary"); + this.storePage (this, "functionindex"); + var ct = 4; + var arr = this.listChildren (); + for (var i=0; i