This might be a dumb question, but I am looking at some c++ example code and am seeing a comment convention I do not understand. Maybe it is only useful to the programmer who wrote the code, but I'm not sure.
I've googled and searched here, can anyone tell me what the following convention is for?
My question is around the //! [6] and so on. The document starts at 0 and goes to the last function in the document. I am assuming this has something to do with profiling? or possible optimization?