Class: slreq.Reference
Package: slreq
Add comments to referenced requirements
newComment = addComment(myRef, 'myComment')
adds a comment newComment
= addComment(myRef
, 'myComment')newComment
to the referenced requirement
myRef
.
myComment = addComment(myRef, 'New comment') myComment = struct with fields: CommentedBy: 'Jane Doe' CommentedOn: 21-Dec-2018 13:39:11 CommentedRevision: 1 Text: 'New comment'