/* try to do something that requires 2 parameters */
int try(int a,	/* description of first parameter */
	int b)	/* description of second parameter */
{
}


syntax highlighted by Code2HTML, v. 0.9.1