forked from M-Labs/artiq
examples/device_db: explain where comments are shown (#518)
This commit is contained in:
parent
6084eff85e
commit
0744620787
|
@ -38,7 +38,7 @@
|
||||||
"module": "artiq.coredevice.ttl",
|
"module": "artiq.coredevice.ttl",
|
||||||
"class": "TTLOut",
|
"class": "TTLOut",
|
||||||
"arguments": {"channel": 0},
|
"arguments": {"channel": 0},
|
||||||
"comment": "This is a fairly long comment to test word wrapping in GUI."
|
"comment": "This is a fairly long comment, shown as tooltip."
|
||||||
},
|
},
|
||||||
"ttl1": {
|
"ttl1": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
Loading…
Reference in New Issue