[Doxygen-users] XML: No references from non-referenced functions
Brought to you by:
dimitri
From: Ilya S. <ily...@ya...> - 2015-03-05 08:05:10
|
<div>Hi,<br />I have two members, say<br /><br /> void Class:foo() {<br /> bar();<br /> }<br /> void Class:bar() {<br /> // do something<br /> }<br /><br />and `Class:foo()` is **not** called from anywhere. If now I produce XML file with<br /> <br /> REFERENCED_BY_RELATION = YES<br /><br />, there will NO `<referencedby>` tag for `Class:bar()` method.<br /><br />It seems like Doxygen doesn't include references from non-referenced functions. How can I avoid it and obtain all function references?<br /><br />Best regards, Ilya.<br /><br />P.S. In real case, Class:foo() is a Qt slot, but all the above is true for regular functions too.</div> |