Hi,
grouping of reimplemented members derived from a pure virtual member
doesn't seem to work, using versions 1.2.6 or 1.2.8.1 (other versions
not tested).
Example:
--------
Base class: (header file)
/* \ingroup someGroupName
*
* Some desc....
*/
virtual void methodName() = 0;
Derived class: (implementation file)
/* \ingroup someGroupName
*
* Some desc....
*/
void DerivedClassName::methodName()
{
.....
}
This gives in the HTML output:
The module description of someGroupName contains only the pure virtual
method and not the derived method.....
Have I documented the methods OK and if that's the case is it a bug?
I've tried to search the archive but I don't seem to get it to work, (I
am subscribing to this list and that's working) do you have to be logged
on to do the search or look at old mails?
/Johan
|