Template:Funcdef

From OpenGL Wiki
Revision as of 22:24, 5 January 2013 by Alfonse (talk | contribs) (Used for function definitions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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​);

.