Re: [Doxygen-users] Overloaded method in C# not recognized
Brought to you by:
dimitri
From: S X <sx...@fr...> - 2013-11-27 18:11:45
|
Hi Brian, Automatic link creation can do the job for you without the need to use a @ref. Just add the signature of the function you want to link to. In your case Log(string,string,bool) should fix the problem. Best, Stefan Brian Buttolph <Bri...@Ve...> schrieb: >What should be in [Log](@ref ??) so Doxygen creates a link to the >overloaded >method (second one below)? A simple Log (without @ref) goes to the >first >version. How do I create a link to the second? > >public static void Log(string message, bool formatting = true) >public static void Log(string message, string xmlParamFile, bool >formatting >= true) > >Thanks, >Brian > > > > >-- >View this message in context: >http://doxygen.10944.n7.nabble.com/Overloaded-method-in-C-not-recognized-tp6391.html >Sent from the Doxygen - Users mailing list archive at Nabble.com. > >------------------------------------------------------------------------------ >Rapidly troubleshoot problems before they affect your business. Most IT > >organizations don't have a clear picture of how application performance > >affects their revenue. With AppDynamics, you get 100% visibility into >your >Java,.NET, & PHP application. Start your 15-day FREE TRIAL of >AppDynamics Pro! >http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk >_______________________________________________ >Doxygen-users mailing list >Dox...@li... >https://lists.sourceforge.net/lists/listinfo/doxygen-users |