[Doxygen-users] Friend and related functions discard the static and inline qualifiers.
Brought to you by:
dimitri
From: Enea Z. <zaf...@ti...> - 2002-03-11 10:32:20
|
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. |