Template:Funcdef: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Fix for formatting.
mNo edit summary
 
Line 1: Line 1:
<noinclude>This template is used for styling a function definition. It's better than using pre-formatted tags with the space character.
<noinclude>This template is used for styling a function definition. It's better than using the pre-formatted tags with the space character.


<nowiki>{{funcdef|void '''ThisIsAFunction'''(type {{param|parameter}});}}</nowiki>
<nowiki>{{funcdef|void '''ThisIsAFunction'''(type {{param|parameter}});}}</nowiki>

Latest revision as of 02:35, 28 November 2014

This template is used for styling a function definition. It's better than using the pre-formatted tags with the space character.

{{funcdef|void '''ThisIsAFunction'''(type {{param|parameter}});}}

becomes:

void ThisIsAFunction(type parameter​);

.

This is paragraph formatting, not inline formatting.