I've noticed that OpenCV uses the following comments for their license:
/*M
// ...
// License Agreement
// ...
//M*/
It clearly has nothing to do with the language itself.
I thought it might have something to do doxygen,
but I can't find any doxygen documentation for that.
What do the Ms mean?