Skip to content

Jrdoc Examples

Some examples of JrDoc in action.

Make a new user
@param where:path type:string name:name | The name of the user
@param where:query type:number name:age | The age of the user
@deprecated
Gets the age of a user
@param where:path type:string name:name | The name of the user
Gets all users with a certain age, or all users if no age is specified
@param where:query type:number name:age optional | The age to search for