addComment
Class: slreq.Justification
Package: slreq
Add comments to justifications
Syntax
newComment = addComment(jt,myComment)
Description
adds a comment, newComment
= addComment(jt
,myComment
)myComment
, to the justification
jt
.
Input Arguments
Output Arguments
Examples
Tips
To add a comment to a requirement, use
slreq.Requirement.addComment
. To add a comment to a referenced requirement, useslreq.Reference.addComment
.
Alternative Functionality
App
You can also add a comment by using the Requirements Editor. Select a justification and, in the right pane, under Comments, click Add Comment.
Version History
Introduced in R2018b