So far the documentation is written line by line with a tag at the begining of each line. See below :
/// HIFN Document your function here.
/// HIFN You may use multiple lines for documentation.
It could be nice to add a tag attribute that helps to define regions (or blocks) of documentation. See below :
/// HIFN BEGIN
// Document your function here.
// HIFN You may use multiple lines for documentation.
/// HIFN END
Once done this would help to copy/paste large section of existing documentation. Regarding the "// " that need to be added I believe that a macro or a new editing option ("comment multiline" or "comment selection" like in VBA) could do the job 🙂
Regards, 40tude
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.