Page 1 of 1

How to use TASKS Tab Feature.

Posted: Thu Sep 04, 2008 11:33 am
by hbr_in
Hi,

I tried using the TASK bar . Inserted few Comments all over my code but couldnt see it in TASK Tab.

Is below code correct.

Code: Select all

/*TODO: need to finetune code*/
int DummyFunc2(int void)
{
	printf("In DummyFunc2\n");
}

/*ATTN: need to update code*/
int DummyFunc3(int void)
{
	printf("In DummyFunc3\n");
}
TIA

regards
Gururaja

Re: How to use TASKS Tab Feature.

Posted: Thu Sep 04, 2008 11:41 am
by hbr_in
OK ok i got it

// TODO: --> for todo search
// ATTN: --> for ATTN search

& so on.

Thanks

Regards
Gururaja