[Doxygen-users] Overloaded method in C# not recognized
Brought to you by:
dimitri
From: Brian B. <Bri...@Ve...> - 2013-11-27 14:00:21
|
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. |