Sujet : Re: Sample markup documentation file for a Tcl/Tk package
De : wortkarg3 (at) *nospam* yahoo.com (Harald Oehlmann)
Groupes : comp.lang.tclDate : 22. Jan 2025, 11:13:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vmqgd4$uqf1$2@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Thanks Robert,
that is a great answer. I use Doxygen for C and tcl (old version supported it).
But I want to be ahead of time. In future, Tcl documentation will be in markdown (and not nroff). I suppose, this will be valids for packages too. So, I already want to typeset the documentation using the TCL markdown format.
Thanks,
Harald
Am 20.01.2025 um 16:17 schrieb Robert Heller:
What *I* do is use Doxygen to generate HTML from documentation in the source
code. I have a *simple* HTML widget (a widget originally by Stephen Uhler,
modified by Clif Flynt and by me and converted to a SNIT widget).
At Mon, 20 Jan 2025 16:03:58 +0100 Harald Oehlmann <wortkarg3@yahoo.com> wrote:
>
Dear Tcl/Tk group,
I would love to author the documentation of my latest package in markup
(following TIP700 ;-) ).
>
Here is the package
https://github.com/oehhar/zxing-cpp-wrapper-tcl
>
Is there any example how to author the documentation in markup ?
>
Thanks for any idea,
Harald
>