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=79696 --- shadow/79696 2006-10-19 06:58:46.000000000 -0400 +++ shadow/79696.tmp.26558 2006-10-19 06:58:46.000000000 -0400 @@ -0,0 +1,43 @@ +Bug#: 79696 +Product: Mono: Doctools +Version: 1.1 +OS: +OS Details: Ubuntu 6.10 i386/AMD64, Mono 1.1.18 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Console +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: monodocer fails to import slashdoc in 1.1.18 + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Mono 1.1.18 adds generics support for monodocer. Unfortunately, +'importslashdoc' seems to be broken: inline documentation extracted +by the mono compiler from the sources (/doc) is not merged with the +monodoc xml structure anymore; all fields are initialized with +'To be added'. + + +Steps to reproduce the problem: +1. gmcs -doc:Library.xml *.cs -out:Library.dll +2. monodocer -assembly:Library.dll -importshashdoc:Library.xml -path:doc + +Actual Results: +Inline documentation is not merged with the monodoc structure + +Expected Results: +Inline documentation is merged with the monodoc structure + +How often does this happen? +Always + +Additional Information: +Appeared in 1.1.18 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
