MaxscriptDoc automatically generates the documentation of a maxscript file, according to the comments found in the source code.
It's kind of a mix between javadoc and python documentation.
The "docStrings" are all the multiline comments that start with /*** and finish with ***/
The only elements it's trying to comment are struct, function, plugin and rollouts.