This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libtf:documentation:api:template [2018/02/24 21:03] – lee | libtf:documentation:api:template [2018/09/23 17:23] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[libtf: | ||
- | |||
- | |||
- | ====== LibTF.Something====== | ||
- | |||
- | Blurb. | ||
- | |||
- | |||
- | ===== Fields ===== | ||
- | |||
- | ==== (SomeClass).someField ==== | ||
- | |||
- | * Access: access. | ||
- | * Type: String. | ||
- | |||
- | Description. | ||
- | |||
- | |||
- | ===== Methods ===== | ||
- | |||
- | ==== (SomeClass).someMethod( arg ) ==== | ||
- | |||
- | * //arg// is a thing. | ||
- | * Returns: (Type) | ||
- | * Throws: Error if: Stuff. | ||
- | * | ||
- | Description. | ||
- | |||
- | <code javascript> | ||
- | // Example code. | ||
- | </ | ||
- | |||
- | |||
- | [[libtf: | ||