Skip to content

Commit

Permalink
Fix jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 30, 2015
1 parent 737f82e commit d125b19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@

/**
* Module exports.
* @public
*/

module.exports = forwarded

/**
* Get all addresses in the request, using the `X-Forwarded-For` header.
*
* @param {Object} req
* @api public
* @param {object} req
* @return {array}
* @public
*/

function forwarded(req) {
Expand Down

0 comments on commit d125b19

Please sign in to comment.