123456789101112131415161718192021222324252627282930313233 |
- class MainClass
- {
- //TODO marker is here
- //ToDo
- //FIXME is here
- //FixMe is here
- /*TBD is here*/
- //HACK is here
- //XXX is here
- int main()
- {
- //TODO marker is here
- //ToDo
- //FIXME is here
- //FixMe is here
- /*TBD is here*/
- //HACK is here
- //XXX is here
- //All here: TODO,ToDo,FIXME,FixMe,TBD,HACK,XXX
- // no heretodoss
- // no heretodo
- // no todoss
- //TOBEDONE
- }
- //All here: TODO,ToDo,FIXME,FixMe,TBD,HACK,XXX
- // no heretodoss
- // no heretodo
- // no todoss
- //TOBEDONE
- }
|