kpd wrote:
> Hello,
>
> I have written a C++ library that I've then wrapped with Pyrex.
> Any suggestions to the best-in-class tool to create documentation for
> the libraries?
>
> I would love to document things in one spot (could be the code) and
> generate html and PDF from there.
>
> Doxygen
Michael Ekstrand wrote:
>
>
> Doxygen has recently added support for Python, [snip]
Didn't know that. Thanks for the heads-up. :)
--
(remove zeez if demunging email address)
--
http://mail.python.org/mailman/listinfo/python-list
On 2 Mar 2006 04:06:17 -0800
"kpd" <[EMAIL PROTECTED]> wrote:
> Thanks - I took at both. Also at 'percepts', which I used a long time
> ago (had forgotten about it). Percepts has a great little java applet
> for viewing the class hierarchy. I don't think it works for python,
> just C++ though. L
Thanks - I took at both. Also at 'percepts', which I used a long time
ago (had forgotten about it). Percepts has a great little java applet
for viewing the class hierarchy. I don't think it works for python,
just C++ though. Looks like doxygen will fit the bill.
--
http://mail.python.org/mailm
On Wed, 01 Mar 2006 19:58:50 -0500
"John M. Gabriele" <[EMAIL PROTECTED]> wrote:
> kpd wrote:
> > I have written a C++ library that I've then wrapped with
> > Pyrex. Any suggestions to the best-in-class tool to
> > create documentation for the libraries?
> >
> > I would love to document things in
kpd wrote:
> Hello,
>
> I have written a C++ library that I've then wrapped with Pyrex.
> Any suggestions to the best-in-class tool to create documentation for
> the libraries?
>
> I would love to document things in one spot (could be the code) and
> generate html and PDF from there.
>
> Doxygen
Hello,
I have written a C++ library that I've then wrapped with Pyrex.
Any suggestions to the best-in-class tool to create documentation for
the libraries?
I would love to document things in one spot (could be the code) and
generate html and PDF from there.
Doxygen (www.doxygen.org) looks to be