~webapps/unity-webapps-qml/15.04

« back to all changes in this revision

Viewing changes to src/Ubuntu/UnityWebApps/bindings/content-hub/client/docsbuild/api.js

  • Committer: CI Train Bot
  • Author(s): Daniel Holbach
  • Date: 2015-04-09 13:29:10 UTC
  • mfrom: (148.1.5 unity-webapps-qml)
  • Revision ID: ci-train-bot@canonical.com-20150409132910-mmui8imfjseapg7f
Add ./update-docs script which generates API docs locally. We can't make this part of the build as not all node dependencies of yuidocsjs are packaged in the archive.
Approved by: PS Jenkins bot, David Barth

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
YUI.add("yuidoc-meta", function(Y) {
 
2
   Y.YUIDoc = { meta: {
 
3
    "classes": [
 
4
        "ContentHub",
 
5
        "ContentPeer",
 
6
        "ContentStore",
 
7
        "ContentTransfer"
 
8
    ],
 
9
    "modules": [
 
10
        "ContentHub"
 
11
    ],
 
12
    "allModules": [
 
13
        {
 
14
            "displayName": "ContentHub",
 
15
            "name": "ContentHub",
 
16
            "description": "ContentHub is the entry point to resource io transfer\n  from/to remote applications (peers)."
 
17
        }
 
18
    ]
 
19
} };
 
20
});
 
 
b'\\ No newline at end of file'