Skip to content

Commit

Permalink
docs: schema-walker jsd-doc comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Jul 31, 2020
1 parent 302fe19 commit 567a732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oas-schema-walker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function getDefaultState() {

/**
* begins the walk of a schema object
* @param schema the schema object to walk
* @param parent the parent schema, if any. Use empty object if none
* @param state the initial starting state of the walker, usually obtained from `getDefaultState`. Use empty object to auto-initialise
* @param callback a function taking a schema, parent and state to be called on this and all subschemas
Expand Down

0 comments on commit 567a732

Please sign in to comment.