From 14ea8dcb06b6d844dd99b7e18cca99172bea0cfd Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 16 Jul 2011 00:42:29 -0700 Subject: [PATCH] Minor doc fixes, edits --- .../datasource-local-debug.js | 34 ++++---- build/datasource-local/datasource-local.js | 34 ++++---- src/console/docs/index.mustache | 6 +- src/dataschema/docs/index.mustache | 75 ++++++++++++++---- src/datasource/docs/index.mustache | 79 +++++++------------ src/datasource/js/datasource-local.js | 34 ++++---- src/jsonp/docs/index.mustache | 38 +++++++-- src/stylesheet/docs/index.mustache | 12 ++- 8 files changed, 193 insertions(+), 119 deletions(-) diff --git a/build/datasource-local/datasource-local-debug.js b/build/datasource-local/datasource-local-debug.js index 799d81fcde8..e23d80560a6 100644 --- a/build/datasource-local/datasource-local-debug.js +++ b/build/datasource-local/datasource-local-debug.js @@ -189,13 +189,16 @@ Y.extend(DSLocal, Y.Base, { * *
cfg (Object)
Configuration object.
*
data (Object)
Raw data.
- *
response (Object)
Normalized response object with the following properties: - *
- *
results (Object)
Parsed results.
- *
meta (Object)
Parsed meta data.
- *
error (Boolean)
Error flag.
- *
- *
+ *
response (Object)
+ *
Normalized response object with the following properties: + *
+ *
results (Object)
Parsed results.
+ *
meta (Object)
Parsed meta data.
+ *
error (Boolean)
Error flag.
+ *
+ *
+ *
error
+ *
Any error that occurred along the transaction lifecycle.
* * @preventable _defResponseFn */ @@ -220,13 +223,16 @@ Y.extend(DSLocal, Y.Base, { * *
cfg (Object)
Configuration object.
*
data (Object)
Raw data.
- *
response (Object)
Normalized response object with the following properties: - *
- *
results (Object)
Parsed results.
- *
meta (Object)
Parsed meta data.
- *
error (Object)
Error object.
- *
- *
+ *
response (Object)
+ *
Normalized response object with the following properties: + *
+ *
results (Object)
Parsed results.
+ *
meta (Object)
Parsed meta data.
+ *
error (Object)
Error object.
+ *
+ *
+ *
error
+ *
Any error that occurred along the transaction lifecycle.
* */ diff --git a/build/datasource-local/datasource-local.js b/build/datasource-local/datasource-local.js index a8553ab6a84..2401e43ff83 100644 --- a/build/datasource-local/datasource-local.js +++ b/build/datasource-local/datasource-local.js @@ -189,13 +189,16 @@ Y.extend(DSLocal, Y.Base, { * *
cfg (Object)
Configuration object.
*
data (Object)
Raw data.
- *
response (Object)
Normalized response object with the following properties: - *
- *
results (Object)
Parsed results.
- *
meta (Object)
Parsed meta data.
- *
error (Boolean)
Error flag.
- *
- *
+ *
response (Object)
+ *
Normalized response object with the following properties: + *
+ *
results (Object)
Parsed results.
+ *
meta (Object)
Parsed meta data.
+ *
error (Boolean)
Error flag.
+ *
+ *
+ *
error
+ *
Any error that occurred along the transaction lifecycle.
* * @preventable _defResponseFn */ @@ -220,13 +223,16 @@ Y.extend(DSLocal, Y.Base, { * *
cfg (Object)
Configuration object.
*
data (Object)
Raw data.
- *
response (Object)
Normalized response object with the following properties: - *
- *
results (Object)
Parsed results.
- *
meta (Object)
Parsed meta data.
- *
error (Object)
Error object.
- *
- *
+ *
response (Object)
+ *
Normalized response object with the following properties: + *
+ *
results (Object)
Parsed results.
+ *
meta (Object)
Parsed meta data.
+ *
error (Object)
Error object.
+ *
+ *
+ *
error
+ *
Any error that occurred along the transaction lifecycle.
* */ diff --git a/src/console/docs/index.mustache b/src/console/docs/index.mustache index dc84cc401f7..1a5b075cbf6 100755 --- a/src/console/docs/index.mustache +++ b/src/console/docs/index.mustache @@ -371,10 +371,10 @@ YUI().use('console','overlay', function (Y) {

``` - + - - +