[Mono-bugs] [Bug 77000][Wis] New - parameters with ref/out keyword & monodocer -importslashdoc

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 14 19:35:09 EST 2005


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 pere.rodriguez.rodriguez at gmail.com.

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: mario.sopena at gmail.com                            
+ReportedBy: pere.rodriguez.rodriguez at gmail.com               
+QAContact: mono-bugs at ximian.com
+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:


More information about the mono-bugs mailing list