Re: [sphinx-dev] c++ markup

2010-01-31 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 26.01.2010 23:14, schrieb Andras Vukics: Dear All, I'd like to use sphinx for documenting a c++ project and reading through the documentation I encountered a few issues: What would be a good way to markup and reference c++ namespaces and

Re: [sphinx-dev] c++ markup

2010-01-29 Thread Michael Jones
It is still a work in progress but you might consider looking at breathe which attempts to bridge between sphinx and doxygen. Far from perfect though. http://github.com/michaeljones/breathe Michael On Wed, Jan 27, 2010 at 1:38 PM, Fred Drake fdr...@gmail.com wrote: On Tue, Jan 26, 2010 at 5:14

[sphinx-dev] c++ markup

2010-01-26 Thread Andras Vukics
Dear All, I'd like to use sphinx for documenting a c++ project and reading through the documentation I encountered a few issues: What would be a good way to markup and reference c++ namespaces and header files? In Python a module replaces and unifies these two concepts. Therefore, the module

Re: [sphinx-dev] c++ markup

2010-01-26 Thread Fred Drake
On Tue, Jan 26, 2010 at 5:14 PM, Andras Vukics andras.vuk...@gmail.com wrote: Is there any clever way that I can still use the existing markup and get around these issues? My own inclination is to avoid cleverness and identify or create markup that makes sense for the semantics you need to