General questions regarding the usage of CodeLite
hbr_in
CodeLite Expert
Posts: 113 Joined: Fri Jul 11, 2008 9:12 am
Contact:
Post
by hbr_in » Thu Sep 04, 2008 11:33 am
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
hbr_in
CodeLite Expert
Posts: 113 Joined: Fri Jul 11, 2008 9:12 am
Contact:
Post
by hbr_in » Thu Sep 04, 2008 11:41 am
OK ok i got it
// TODO: --> for todo search
// ATTN: --> for ATTN search
& so on.
Thanks
Regards
Gururaja