Is there a docutils / reStructuredText system for C++ source code available?

Pierre Rouleau pieroul at attglobal.net
Mon Sep 30 23:30:42 EDT 2002


David Abrahams wrote:
> "Pierre Rouleau" <pieroul at attglobal.net> wrote in message
> news:3D98D9D9.8000009 at attglobal.net...
> 
>>I have been using docutil and reStructuredText for Python code and it
>>works great. Pydoc does a superb job of helping in setting up an
>>internal web site that provides documentation for our Python code, let
>>alone the ability to run doctest test and show auto testing of python
>>documentation on line!
>>
>>That works great for our Python code.  Now i want to do the same thing
>>for our C++ code.  Since Python has been partly implemented in C / C++
>>i tough there might already exist some tools for parsing C++ and some
>>comments (given some formatting conventions) and generate the same kind
>>of output the html tool of docutil does.
>>
>>Does any one know any thing that resembles that?
> 
> 
> See http://synopsis.sf.net
> 
> --
> -----------------------------------------------------------
>            David Abrahams * Boost Consulting
> dave at boost-consulting.com * http://www.boost-consulting.com
> 
> 
Thanks!
I also found another tool called Doxigen  at 
http://www.stack.nl/~dimitri/doxygen/

Anyone has experience with it?

-- 
         Pierre Rouleau




More information about the Python-list mailing list