Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/vKW1XDg94DE" frameborder="0" gesture="media" allowfullscreen></iframe>

Bitbucket file macro
showLineNumberstrue
titleAddJSDInternalComment.sil
urlhttps://bitbucket.cprime.io/projects/CAP/repos/sil-script-library/raw/Workflow_Post_Functions/AddJSDInternalComment.sil?at=refs%2Fheads%2Fmaster
syntaxHighlightingJavaScript

See also

...

Code Block
string commentMsg = "This is an internal JSD comment: \\\\Summary - " + summary + "\\\\Description - " + description ;
addJSDComment(key, currentUser(), commentMsg, false);