8000 GitHub - stratedge/inspection: A command-line-utility for generating a data file from docblocks with @api-* tags
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A command-line-utility for generating a data file from docblocks with @api-* tags

Notifications You must be signed in to change notification settings

stratedge/inspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/**
 * @api-group Group name
 * @api-method METHOD
 * @api-uri uri/location
 * @api-title Title for endpoint
 * @api-scopes scope-1[ scope-2 scope-3...]
 * @api-desc Description of your endpoint
 *           that can be multi-lined
 * @api-description Same as @api-desc
 * @api-version 0[.0][.0]
 * @api-template template_key
 * @api-param  [(group)] [{type{size}}] [?]field[=["]default_value["]] [description]
 * @api-header [(group)] [{type{size}}] [?]field[=["]default_value["]] [description]
 * @api-return [(group)] [{type}] field [description]
 * @api-throws [(code)]  [{type}] title  [description]
 * @api-include template_key
 */

About

A command-line-utility for generating a data file from docblocks with @api-* tags

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0