Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2011-3-3 14:20

Class Signature

Class Summary
Constructor Attributes Constructor Name and Description
 
A Signature is used to store metadata about a person.
Field Summary
Field Attributes Field Name and Description
 
 
 
 
In seconds.

Class Detail

Signature()
A Signature is used to store metadata about a person. It is used in Commits and Tags. Note that there is no actual constructor for a Signature, it's just a regular JS object. This documentation just serves as a guide to what properties should be in a Signature.

Field Detail

{String} email
{String} name
{Date} time
{Integer} timeOffset
In seconds. e.g GMT+10 is stored as 600.