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] Alias defgroup?

2013-11-27 Thread mathog
On 27-Nov-2013 07:42, Ron Wilson wrote: > On Wed, Nov 27, 2013 at 7:12 AM, < > doxygen-users-requ...@lists.sourceforge.net> wrote: > >> Date: Tue, 26 Nov 2013 15:43:27 -0800 >> From: mathog >> >> Part 1: >> >> This defgroup is defined (it is for a type of metafile) in file >> uemf.h: >> >> /*

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

Re: [Doxygen-users] Alias defgroup?

2013-11-27 Thread Ron Wilson
On Wed, Nov 27, 2013 at 7:12 AM, < doxygen-users-requ...@lists.sourceforge.net> wrote: > Date: Tue, 26 Nov 2013 15:43:27 -0800 > From: mathog > > Part 1: > > This defgroup is defined (it is for a type of metafile) in file uemf.h: > > /** \defgroup U_EMF_LOGBRUSH_lbStyle_Qualifiers EMF LB_Style En

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

2013-11-27 Thread Brian Buttolph
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,

Re: [Doxygen-users] Missing "refman" tex file for PDF output generation

2013-11-27 Thread Hugo Benicio
Thank you all, guys. I got it, finally! After a lot of efforts, I just realized that my doxygen version could be a little out-dated. I checked it and I was using version 1.8.1.2 and the latest stable release was 1.8.5. After reinstalling my doxygen (updating to 1.8.5) I could finally generate my l