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/25 08:46] – 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:** type. | ||
| - | |||
| - | Description. | ||
| - | |||
| - | |||
| - | ===== Methods ===== | ||
| - | |||
| - | ==== (SomeClass).someMethod( arg ) ==== | ||
| - | |||
| - | * **Arguments: | ||
| - | * **// | ||
| - | * **Returns: | ||
| - | * **Throws:** Error if: Stuff. | ||
| - | * | ||
| - | Description. | ||
| - | |||
| - | <code javascript> | ||
| - | // Example code. | ||
| - | </ | ||
| - | |||
| - | |||
| - | [[libtf: | ||