MX2 source documentation format?

Community Forums/Monkey2 Talk/MX2 source documentation format?

Danilo(Posted 2016) [#1]
Will MX2 use the same MonkeyDoc format as MonkeyX, or are there any changes?
I would like to use source documentation right from the start (now).


Shinkiro1(Posted 2016) [#2]
I am ok with any format, as long as it does not cloud the source (adds noise).
Also I think any publics function/method signature should get built into the docs automatically.

Because many functions really do not need any explanation in comment form (or you have a bad function name).
Especially for getters, I think it's unneccessary to have to write this:
[code]
'doc: gets the witdth
Method GetWidth:Int()
[code]

ps: Please excuse me if this is already the case, I have not taken the time to look it up.