Skip to content

Instantly share code, notes, and snippets.

@munro
Created November 26, 2012 17:59
Show Gist options
  • Save munro/4149663 to your computer and use it in GitHub Desktop.
Save munro/4149663 to your computer and use it in GitHub Desktop.
JavaScript Dox Comments
/**
* Check if email is inuse.
* @url /user/login
* @request {
* {String} email
* }
* @response {
* {Boolean} email_in_use
* }
* @error server Internal server error
* @error bad_request Incorrect request params
* @error service_fail Could not authenticate with 3rd party service
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment