how to get global variables linked in tcl

"Hartmut Marquardt" <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
Experts,

I wonder how I can document my tcl code such that variables appear as links
inside my procs. Example:


## \file
# File documentation.

## my global variable
variable glob_var
set glob_var "hallo"

## my top proc
proc test {arg1} {
    variable glob_var
    puts [uc $glob_var $arg1]
    return
}

## my upper casing proc
proc uc {args} {
    return [string toupper $args]
}

Global variable "glob_var" appears in the Variable section, but the variable
statement inside proc test is not a clickable link. What could be the reason
for that?


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.