Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Mar 14, 2014
1 parent aed1721 commit f6abe37
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 130 deletions.
73 changes: 51 additions & 22 deletions source/_yuidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,15 @@
},
"namespaces": {}
},
"tmp/hexo/lib/plugins/console/deploy.js": {
"name": "tmp/hexo/lib/plugins/console/deploy.js",
"modules": {},
"classes": {},
"fors": {
"Hexo": 1
},
"namespaces": {}
},
"tmp/hexo/lib/plugins/console/server.js": {
"name": "tmp/hexo/lib/plugins/console/server.js",
"modules": {},
Expand Down Expand Up @@ -1281,7 +1290,7 @@
"module": "hexo",
"namespace": "Theme",
"file": "tmp/hexo/lib/theme/view.js",
"line": 8,
"line": 5,
"description": "The view object of the Theme class.",
"params": [
{
Expand Down Expand Up @@ -3878,6 +3887,31 @@
"class": "Hexo",
"module": "hexo"
},
{
"file": "tmp/hexo/lib/plugins/console/deploy.js",
"line": 40,
"description": "Fired before deployment.",
"itemtype": "event",
"name": "deployBefore",
"class": "Hexo",
"module": "hexo"
},
{
"file": "tmp/hexo/lib/plugins/console/deploy.js",
"line": 50,
"description": "Fired after deployment.",
"itemtype": "event",
"name": "deployAfter",
"params": [
{
"name": "err",
"description": "",
"type": "Error"
}
],
"class": "Hexo",
"module": "hexo"
},
{
"file": "tmp/hexo/lib/plugins/console/server.js",
"line": 97,
Expand Down Expand Up @@ -4197,7 +4231,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 20,
"line": 17,
"description": "The full path of the view file.",
"itemtype": "property",
"name": "source",
Expand All @@ -4207,7 +4241,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 28,
"line": 25,
"description": "The relative path of the view file.",
"itemtype": "property",
"name": "path",
Expand All @@ -4217,7 +4251,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 36,
"line": 33,
"description": "The extension name of the view file. (With a prefixed dot)",
"itemtype": "property",
"name": "extname",
Expand All @@ -4227,7 +4261,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 44,
"line": 41,
"description": "The theme object.",
"itemtype": "property",
"name": "theme",
Expand All @@ -4237,34 +4271,29 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 52,
"description": "The view data. (Used for cache)",
"line": 49,
"description": "View data.",
"itemtype": "property",
"name": "data",
"type": "{Object}",
"access": "private",
"tagname": "",
"class": "Theme.View",
"module": "hexo"
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 62,
"description": "Gets the data of the view.",
"itemtype": "method",
"name": "_getData",
"return": {
"description": "",
"type": "Object"
},
"line": 57,
"description": "View cache.",
"itemtype": "property",
"name": "cache",
"type": "{Object}",
"access": "private",
"tagname": "",
"class": "Theme.View",
"module": "hexo"
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 75,
"line": 67,
"description": "Renders the view.",
"itemtype": "method",
"name": "render",
Expand Down Expand Up @@ -4295,7 +4324,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 125,
"line": 115,
"description": "Resolves the layout path.",
"itemtype": "method",
"name": "_resolveLayout",
Expand All @@ -4317,7 +4346,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 149,
"line": 139,
"description": "Clones the object and binds the helper functions.",
"itemtype": "method",
"name": "_buildLocals",
Expand All @@ -4339,7 +4368,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 174,
"line": 164,
"description": "Renders the view synchronizedly.",
"itemtype": "method",
"name": "renderSync",
Expand Down Expand Up @@ -4369,7 +4398,7 @@
},
{
"file": "tmp/hexo/lib/theme/view.js",
"line": 214,
"line": 202,
"description": "Invalidates the cache.",
"itemtype": "method",
"name": "invalidate",
Expand Down
Loading

0 comments on commit f6abe37

Please sign in to comment.