From: SourceForge.net <no...@so...> - 2006-11-28 17:58:31
|
Support Requests item #1604626, was opened at 2006-11-28 12:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1604626&group_id=36057 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Randy Campbell (ashen69) Assigned to: Nobody/Anonymous (nobody) Summary: VB.NET Array parameter issue Initial Comment: nDoc version 1.3.1 Framework version 1.1 Issue: When an array is passed into a method nDoc extracts the method as Class.Method(System.Byte[]) but in VB.net arrays use parens Class.Method(System.Byte()) so it does not find the tags for the the method. I am not sure if this is a nDoc issue or a VBCommenter issue as the XML produced when the project is built contains the parens. See example below: <member name="M:DOM.Delivery.ARM.Utilities.FileUtilities.FileWriter.WriteFile(System.Byte())"> if I change the System.Byte() to System.Byte[] nDoc pulls the information perfectly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=1604626&group_id=36057 |