Hi,
I have two members, say
void Class:foo() {
bar();
}
void Class:bar() {
// do something
}
and `Class:foo()` is **not** called from anywhere. If now I produce XML file with
REFERENCED_BY_RELATION = YES
, there will NO `<referencedby>` tag for `Class:bar()` method.
It seems like Doxygen doesn't include references from non-referenced functions. How can I avoid it and obtain all function references?
Best regards, Ilya.
P.S. In real case, Class:foo() is a Qt slot, but all the above is true for regular functions too.
I have two members, say
void Class:foo() {
bar();
}
void Class:bar() {
// do something
}
and `Class:foo()` is **not** called from anywhere. If now I produce XML file with
REFERENCED_BY_RELATION = YES
, there will NO `<referencedby>` tag for `Class:bar()` method.
It seems like Doxygen doesn't include references from non-referenced functions. How can I avoid it and obtain all function references?
Best regards, Ilya.
P.S. In real case, Class:foo() is a Qt slot, but all the above is true for regular functions too.
------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users