doc updates

This commit is contained in:
David Botton 2024-05-30 14:43:08 -04:00
parent 2343bd6661
commit 22ffddeaf6
4 changed files with 69 additions and 11 deletions

View file

@ -54,9 +54,9 @@
(defmacro clog-builder-probe (symbol &key clog-body
(title "")
auto-probe)
"Display symbol's value in Probe Table in Builder, value is changed when OK
pressed. Probe again in auto-probe seconds. If not tile is set, the symbol is
used for title."
"Display symbol's value in a CLOG Probe Panel in Builder, value is changed
when OK pressed. Probe again in auto-probe seconds. If no tile is set, the
symbol is used for title."
`(let* ((body (or ,clog-body
*clog-debug-instance*))
(app (connection-data-item body "builder-app-data"))