Changeset 12564

Show
Ignore:
Timestamp:
02/20/08 13:33:45 (11 months ago)
Author:
pottedmeat
Message:

Refs #5602. Add recursion and some code reuse to documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/rpc/documentation.smd

    r12539 r12564  
    55        services: { 
    66                get: { 
    7                         target: "http://localhost/drupal?q=/jsdoc/jsonp", 
     7                        target: "http://redesign.dojotoolkit.org/jsdoc/jsonp", 
    88                        parameters: [ 
    99                                { name: "name", type: "string", optional: false }, 
    1010                                { name: "exact", type: "boolean", optional: true }, 
     11                                { name: "recursion", type: "boolean", optional: true }, 
    1112                                { name: "resource", type: "string", optional: true }, 
    1213                                { name: "project", type: "string", optional: true }, 
     
    1617                }, 
    1718                batch: { 
    18                         target: "http://localhost/drupal?q=/jsdoc/jsonp/batch", 
     19                        target: "http://redesign.dojotoolkit.org/jsdoc/jsonp/batch", 
    1920                        parameters: [ 
    2021                                { name: "names", type: "array", optional: false }, 
    2122                                { name: "exact", type: "boolean", optional: true }, 
     23                                { name: "recursion", type: "boolean", optional: true }, 
    2224                                { name: "project", type: "string", optional: true }, 
    2325                                { name: "version", type: "string", optional: true },