THtml does not generate doc for functions returning reference.

From: Mathieu de Naurois (denauroi@polhp1.in2p3.fr)
Date: Wed Nov 04 1998 - 10:10:18 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



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:39 MET