[Doxygen-develop] PATCH: hide friend compounds in index
Brought to you by:
dimitri
From: Akos K. <ak...@us...> - 2003-12-19 22:32:23
|
Hi all, an earlier patch of mine claimed that it extended the meaning of the HIDE_FRIEND_COMPOUNDS to hide friend classes from _everywhere_. Well, I realized, that after applying the patch the friend classes remain listed on index pages, so attached is a patch which removes friend compounds even from indices. Regards, Akos 2003-12-19 Akos Kiss <ak...@us...> * src/index.cpp (writeMemberList, countClassMembers): Do not include friend compounds into the index. |