c# - Problem with doxygen references listing -


I'm experimenting with using the doxygen on the C # application, however I'm having problems with the option REFERENCES_RELATION For example, I have the following method:

  class control manager {... Public Zero SendRequest (IRIVEST Rick) {Log.WriteLine ("Received Request {0}", req. Name); RequestChain.Handle (request); } Private messaging service & lt; Irremeist & gt; RequestChain = ...; }   

which creates the following reference line in the HTML document:

"Reference IRKist Name, Control Manager, Request, and Log.

Do I really want to show it:

"IRKist.Name, MessageChann.Handley () and LogVetline () Reference."

It seems that because Doxyzone does not see it as a method reference, which means that message selection. Handel docs also does not show any reference to it (using the REFERENCED_BY_RELATION option). Is there any way to do this, or have I missed some key reasons because class field is treated differently from the class parameters?

I'm not sure that this is the case, but control managers and messens are in different names and various projects.

Control managers and messecans are in different namespaces and in various projects.

Is the messagecane and control manager classes parsed using the same Dosagegen project file?

If not, Doxygen can not create a document for one of your classes, can be added

Comments