Re: [Doxygen-users] Overloaded method in C# not recognized

2013-11-27 Thread Brian Buttolph
Thanks Stefan, this does indeed work. But you wind up with a link that looks like this in your doc: AcUtils::AcDebug::Log(string, string, bool) Is there a way to use the [description](@ref symbol) method to have the link a bit less verbose? Don't get me wrong, I'm thrilled about having a working

Re: [Doxygen-users] Overloaded method in C# not recognized

2013-11-27 Thread S X
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 schrieb: >What should be in [Log](@ref ??) so Doxygen c