svoid dm_gazelle_setRuleComments_verbose(S ruleID, S comments) { print("Setting comments for rule " + ruleID + ":"); printIndent(rtrim(comments)); print(); dm_call(dm_gazelle_rulesModule(), 'setComments, ruleID, comments); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021749 |
| Snippet name: | dm_gazelle_setRuleComments_verbose |
| Eternal ID of this version: | #1021749/1 |
| Text MD5: | abc1228179e89c1cc9e9ee7a0ff2a7e9 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-25 21:19:47 |
| Source code size: | 237 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 515 / 555 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021867 - dm_gazelle_addRuleComments_verbose |