[PPL-devel] Friend and related functions discard the static and inline qualifiers.

Enea Zaffanella zaffanella.enea at tiscali.it
Mon Mar 11 11:38:15 CET 2002


Hi all.

I am not sure if the following is a bug or I am simply overlooking some 
of the basics of doxygen ...

It seems to me that friend functions (or functions that are related to a 
class by using the command \relates) lose their "inline" and "static" 
attributes when they are reported in the "Friends And Related Function 
Documentation" section of the _class_ (note that the attributes of the 
friend function are correctly reported in the "Function Documentation" 
section of the _namespace_).

Apparently, the "friend" (or "related") attribute is overriding the 
other attributes, while in my opinion it should just be added to the 
list of attributes.

I am using doxygen 1.2.14 and a standard configuration file where I set

EXTRACT_PRIVATE        = YES
EXTRACT_STATIC         = YES
SOURCE_BROWSER         = YES
INLINE_SOURCES         = YES


Regards,
Enea Zaffanella.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test.cc
URL: <http://www.cs.unipr.it/pipermail/ppl-devel/attachments/20020311/873a1168/attachment.ksh>


More information about the PPL-devel mailing list