Re: [sphinx-dev] Mishandling of C++ constant member functions

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 08.08.2010 21:57, schrieb Jack: I'm using Sphinx v1.0.1 and there does not appear to be a sane way to handle C++ const member functions. For example: .. cpp:class:: butterflyfio::ArrayT,d A simple template class for arrays of datatype

[sphinx-dev] Mishandling of C++ constant member functions

2010-08-08 Thread Jack
I'm using Sphinx v1.0.1 and there does not appear to be a sane way to handle C++ const member functions. For example: .. cpp:class:: butterflyfio::ArrayT,d A simple template class for arrays of datatype ``T`` of length ``d``. .. cpp:function:: T operator[]( unsigned j ) Returns a