[Doxygen-develop] PATCH: hide friend compounds
Brought to you by:
dimitri
From: Akos K. <ak...@us...> - 2003-12-14 22:42:17
|
Hi all, the problem of mine is that the reader of an API documentation does not care whether a class is a friend of another or not. This is simply implementation issue. In the current version of doxygen a configuration option named HIDE_FRIEND_COMPOUNDS is already present, but unfortunately it hides friend classes only from the brief descriptions but not from the detailed sections and the member lists. Attached is a patch, which extends the meaning of HIDE_FRIEND_COMPOUNDS to hide friend classes from everywhere. Regards, Akos 2003-12-14 Akos Kiss <ak...@us...> * src/memberdef.cpp (MemberDef::isDetailedSectionLinkable): Hide detailed description of friend compounds. * src/classdef.cpp (ClassDef::internalInsertMember): Do not include friend compounds into member lists. |