From: SourceForge.net <no...@so...> - 2005-02-22 22:01:29
|
Bugs item #1117052, was opened at 2005-02-05 22:56 Message generated for change (Comment added) made by revella You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416078&aid=1117052&group_id=36057 Category: MSDN Documenter Group: v1.3 Status: Open Resolution: None Priority: 5 Submitted By: Alastair Revell (revella) Assigned to: Kevin Downs (kdowns) Summary: Overloaded Methods with Similar Signatures Initial Comment: I am using VB.NET 2003 on .NET 1.1. I'm using NDoc 1.3.1. I have a class with overloaded methods that have almost identical signatures. An example would be:- MyMethod(parameter as String) My Method(parameter as String()) I've checked that VBCommenter 1.1.1 is generating the correct XML output during the compilation stage. It appears that NDoc 1.3.1 (and I believe NDoc 1.3) can't locate the correct details in the XML file created by the compiler/VBCommenter and fails to produce any documentation whatsoever. The workaround is to change the parameter names slightly. ---------------------------------------------------------------------- >Comment By: Alastair Revell (revella) Date: 2005-02-22 22:01 Message: Logged In: YES user_id=1212931 I will need to re-check that the XML signature is correctly generated by VBCommenter. Certainly the markup that I created for these VB methods were included in the generated XML. The VB code that caused the issue has been changed. I will reproduce the issue and check the XML signatures again just in case I overlooked something there. Thanks for your reply. I'll keep you posted. ---------------------------------------------------------------------- Comment By: Kevin Downs (kdowns) Date: 2005-02-13 12:57 Message: Logged In: YES user_id=919791 Are you sure that VBCommenter is producing the correct xml signatures? Try comparing the xml with the meesages in the documentation producted by the ShowMissing* settings in NDoc... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416078&aid=1117052&group_id=36057 |