[Doxygen-users] Suppress "Referenced by" list for specific objects
Brought to you by:
dimitri
From: Peter B. <pd...@ma...> - 2014-03-06 20:12:12
|
Hello Folks, We have some functions and macros that are so widely used the "Referenced by" list is pages long. (Think logging, assertions, …) How can I selectively suppress this list for those objects, both macros and functions. Basically I want just those objects to behave as if REFERENCED_BY_RELATION=NO, while its YES in the config file. For the macros I tried adding them to PREDEFINED in our doxygen config file but that didn't help. (I searched the list archives and StackOverflow but didn't find anything relevant.) Oh, this is a C++ project, if that's relevant (but the problem seems general). Thanks, Peter ____________ Peter Barnes pd...@ma... |