This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
libtf:documentation:api:template [2018/02/25 10:36] – lee | libtf:documentation:api:template [2018/09/23 17:23] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[libtf: | ||
- | |||
- | |||
- | ====== LibTF.Something====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | Blurb. | ||
- | |||
- | |||
- | ===== Fields ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | ==== (SomeClass).someField ==== | ||
- | |||
- | * **Access:** access. | ||
- | * **Type:** type. | ||
- | |||
- | Description. | ||
- | |||
- | |||
- | ===== Methods ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | ==== (SomeClass).someMethod( arg ) ==== | ||
- | |||
- | * **Arguments: | ||
- | * **// | ||
- | * **Returns: | ||
- | * **Throws:** Error if: Stuff. | ||
- | |||
- | Description. | ||
- | |||
- | <code javascript> | ||
- | // Example code. | ||
- | </ | ||
- | |||
- | |||
- | [[libtf: | ||