In the past I used if 0 { ## # documentation of Tcl command implemented in C goes here proc thecommand {arg1 arg2} {} }
to document a Tcl command that is implemented in a shared library in C. This no longer works since docygen 1.7.6.1. How can I do this?
Log in to post a comment.
In the past I used
if 0 {
##
# documentation of Tcl command implemented in C goes here
proc thecommand {arg1 arg2} {}
}
to document a Tcl command that is implemented in a shared library in C. This no longer works since docygen 1.7.6.1. How can I do this?