Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77000 --- shadow/77000 2005-12-14 19:35:09.000000000 -0500 +++ shadow/77000.tmp.6393 2005-12-14 19:35:09.000000000 -0500 @@ -0,0 +1,45 @@ +Bug#: 77000 +Product: Mono: Doctools +Version: 1.1 +OS: +OS Details: Debian Sid +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Core +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: parameters with ref/out keyword & monodocer -importslashdoc + +Description of Problem: + +I'm documenting in source (<summary>, <param>, <returns>, ...) and I +activated doc option of the compiler to generate xml documentation. + +Then, I import xml documentation to monodoc whit monodocer -importslashdoc +and it runs ok, except for methods with parameters with keywords ref or +out. For this cases monodocer don't import any documentation for the method. + + +Steps to reproduce the problem: +1. Create a class whith a method that has any parameter with out/ref +keyword and document the method with tags <summary>, <param>, ... +2. Compile the class with the option -doc of the mcs. +3. Import xml documentation to monodoc whit monodocer -importslashdoc +4. The documentation for methods with ref/out parameters isn't imported. + +Actual Results: + + +Expected Results: + + +How often does this happen? +Always. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
