Re: [Doxygen-users] XML: No references from non-referenced functions
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-03-05 18:13:08
|
Ilya, - What do you mean with " I didn't turn HTML off" - which version of doxygen are you using - shouldn't be there be 2 colons ? - I see the mentioned tag in the file xml\class_class.xml, when using version 1.8.9.1. Albert On Thu, Mar 5, 2015 at 9:39 AM, Ilya Sivkov <ily...@ya...> wrote: > Oh, sorry, I didn't turn HTML off... > > 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. > > > ------------------------------------------------------------------------------ > 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 > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |