#summary Tag Modifier Reference ||Navigation>>|| [Manual Start] || [ComplexTypes Next - ComplexTypes] || [CommentAttributes Previous - Comment Tag Attributes] || -------------- = Modifiers = For certain tags it is possible to specify optional modifiers. The supported *standard* modifiers are: * public * private * abstract * static * protected * optional For variables and properties it is possible to specify two additional modifiers: * read * write When documenting parameters the only applicable modifier is * optional jGrouseDoc does not enforce any special semantics regarding modifiers. The only special handling is applied to optional parameters - they would appear in square brackets in function's summary. ----- ||Navigation>>|| [Manual Start] || [ComplexTypes Next - ComplexTypes] || [CommentAttributes Previous - Comment Tag Attributes] ||