2

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?

Community
  • 1
  • 1
Trevor Hickey
  • 36,288
  • 32
  • 162
  • 271
  • OpenCV [seems to use reST](https://github.com/opencv/opencv/wiki/Coding_Style_Guide#writing-documentation-on-functions) for its documentation, but I don't know enough about reST to know if that's relevant – Justin Jul 21 '17 at 22:26
  • 1
    is it this? https://stackoverflow.com/q/31781996/2393191 – Micka Jul 21 '17 at 23:33

0 Answers0