mirror of
https://github.com/openocd-org/openocd.git
synced 2025-10-14 02:58:23 +08:00
doc: drop incorrect lack of namespaces in Jim Tcl
Since 2011 [1], Jim Tcl supports namespaces as an optional package
that is compiled-in by default.
Drop the incorrect sentence in OpenOCD documentation that reports
namespaces as not supported by Jim Tcl. It was true in 2008 when
the sentence was added with [2].
The meaning of the paragraph in the documentation does not change.
Change-Id: I30b422e369d106e70f5e1e20b21f0b6ea0fe6b8d
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Link: https://github.com/msteveb/jimtcl/commit/7f383c6726fd [1]
Fixes: a28eaa85f
("jtag newtap change & huge manual update") [2]
Reviewed-on: https://review.openocd.org/c/openocd/+/9093
Tested-by: jenkins
This commit is contained in:
@@ -1440,7 +1440,6 @@ In addition to target-specific utility code, another way that
|
||||
board and target config files communicate is by following a
|
||||
convention on how to use certain variables.
|
||||
|
||||
The full Tcl/Tk language supports ``namespaces'', but Jim Tcl does not.
|
||||
Thus the rule we follow in OpenOCD is this: Variables that begin with
|
||||
a leading underscore are temporary in nature, and can be modified and
|
||||
used at will within a target configuration file.
|
||||
|
Reference in New Issue
Block a user