Hi, I'm trying to refer to a member function defined within a C++ class (using the cpp domain) without much success. I can refer to the class no problem, but the member functions don't seem to work. Can somebody give me an example of how it should be done? I'm trying the snippet below, but it's not working (the link is not generated).
Thanks in advance. Dmitriy .. cpp:class:: MyClass Description of MyClass. .. cpp:function:: void get() Getter in C++. .. cpp:function:: void set() See :cpp:func:`MyClass::get`. See :cpp:func:`MyClass::get`. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.