Template:Funcdef: Difference between revisions
Jump to navigation
Jump to search
Used for function definitions. |
(No difference)
|
Revision as of 22:24, 5 January 2013
This template is used for styling a function definition. It's better than using pre-formatted tags with the space character.
{{funcdef|void '''ThisIsAFunction'''(type {{param|parameter}});}} becomes:
void ThisIsAFunction(type parameter);
.