ApexDoc - @description tag support

Issue #981 resolved
Derek Wiers created an issue

I can't seem to customize the standard generated ApexDoc very much (3 checkboxes in settings is about it) - it would be great, for example, to have:

/**
 * @description
 * @param param1
 * @param param2
 * @return
 */

as the default template for generated Doc, but being able to, say, modify a template file and have it parse in the settings like this would be the bee's knees (but would probably be a much bigger ask...for me, right now, having the ability to add @description and toggle whether or not to put an extra blank line between it and @param would be enough for me.

Comments (1)

  1. Scott Wells repo owner

    Delivered in 2.1.1.1. There's a full ApexDoc code formatter and you can specify that you always want @description tags. The formatter will add them if missing. There's also a code inspection that will flag ApexDoc description text not prefixed with that tag.

  2. Log in to comment