The @param tag in javadoc/mjdoc documents the use of a
given formal parameter. The first argument of the tag
is the id of the parameter. There is no check in javadoc
or mjdoc that the id used is actually a parameter of the
method.
It would be nice to have a warning when the tag is
inconsistent with the method.