How can I configure GhostDoc to generate comments for attributes on properties such as this:
[Required(ErrorMessage = "Name is Required.")]
[StringLength(50, ErrorMessage = "Name must be less than 50 characters.")]
public string Name { get; set; }
How can I configure GhostDoc to generate comments for attributes on properties such as this:
[Required(ErrorMessage = "Name is Required.")]
[StringLength(50, ErrorMessage = "Name must be less than 50 characters.")]
public string Name { get; set; }
Easy
move to Tools --> GHostDoc--> Options --> Rules --> Properties --> Double click your required type and set the comments generation rule.