THtml does not generate doc for functions returning reference.

Mathieu de Naurois (denauroi@polhp1.in2p3.fr)
Wed, 4 Nov 1998 10:10:18 +0100 (MET)


Hello ROOTers,

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