This shows you the differences between two versions of the page.
|
snippits [2013/02/06 04:24] Daniel Gohlke created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <snippet> | ||
| - | ====== FUNCTIONNAME ====== | ||
| - | <code LANGUAGENAME> | ||
| - | paste here the Prototyp e.g. | ||
| - | void assert(scalar expression); | ||
| - | </code> | ||
| - | |||
| - | |||
| - | ===== description of FUNCTIONNAME ===== | ||
| - | Description of the function / method | ||
| - | |||
| - | |||
| - | ===== FUNCTIONNAME example ===== | ||
| - | |||
| - | <code LANGUAGENAME> | ||
| - | Paste your sourcecode here | ||
| - | replace LANGUAGENAME with your programming language name | ||
| - | e.g. cpp, objc, java, bash | ||
| - | </code> | ||
| - | |||
| - | |||
| - | ==== FUNCTIONNAME example ==== | ||
| - | |||
| - | paste here the output of your example if there is one | ||
| - | you can also paste here a screenshot | ||
| - | </snippet> | ||