From: Kevin D. <kd...@op...> - 2005-11-17 14:46:09
|
The xml is wrong - looks like a classic VBCommenter problem :-( The parameters in the method signature should include the namespace. For example, System.String rather than just String. I thought this had been sorted out in VBCommenter v1.2.5 - make sure you = are using the latest version! Regards, Kevin =20 -----Original Message----- From: ndo...@li... [mailto:ndo...@li...] On Behalf Of Bill = Swallow Sent: Thursday, 17 November 2005 10:43 AM To: Schouten Ryan Cc: ndo...@li... Subject: Re: [Ndoc-users] Problem with Ndoc The XML looks fine. Perhaps these methods are private and you have Ndoc = set to not document private code? What does the source code for these = methods look like? On 11/16/05, Schouten Ryan <ry...@ya...> wrote: > I am using Ndoc to document my vb code and I am running into problems=20 > with a couple of methods. The xml code is there for the methods but=20 > for some reason Ndoc never picks up the documentation for these=20 > methods. The sections in question are included below. > Thank you for your help. > > > > <member > name=3D"M:eWork.Action.SubmitRequest(String,String,Boolean,String,Hashtab= le,St ring,String)"> > <summary> > Submit request with hash. > </summary> > <param name=3D"folderIDStr" /> > <param name=3D"actionStr" /> > <param name=3D"noLayout" /> > <param name=3D"version" /> > <param name=3D"fields" /> > <param name=3D"serverData" /> > <param name=3D"formStr" /> > <param name=3D"FldInputData" /> > <remarks> > </remarks> > <history> > [rschoute] 11/16/2005 Created > </history></member> > <member > name=3D"M:eWork.List.getList(String,String,Integer,Integer)"> > <summary> > GetList > </summary> > <param name=3D"listType" /> > <param name=3D"orderby" /> > <param name=3D"whereStr" /> > <param name=3D"page" /> > <param name=3D"pagesize" /> > <returns /> > <remarks> > </remarks> > <history> > [rschoute] 11/16/2005 Created > </history></member> > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=3D7628&alloc_id=3D16845&op=3Dclick > _______________________________________________ > Ndoc-users mailing list > Ndo...@li... > https://lists.sourceforge.net/lists/listinfo/ndoc-users > -- Bill Swallow HATT List Owner WWP-Users List Owner 42.8162,-73.7736 http://techcommdood.blogspot.com ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id=16845&op=CCk _______________________________________________ Ndoc-users mailing list Ndo...@li... https://lists.sourceforge.net/lists/listinfo/ndoc-users |