I have a class with a function returning a reference, let's say:
class MyFile {
...
public:
MyFile & fRead(int *,int );
MyFile & operator<<(int);
...
};
In this case, THtml does not generate the documentation for the functions
returning a reference. They appear in the 'inline functions' section of
the HTML page.
Did I miss somenthing? Is there any way of generating the doc?
Thank you for your help.
---------------------------------------
Mathieu de Naurois
LPNHE Ecole Polytechnique
denauroi@polhp1.in2p3.fr