Bug 319463 (MONO76630) - Error in generating XML documentation from the source
Summary: Error in generating XML documentation from the source
Status: RESOLVED FIXED
Alias: MONO76630
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other All
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Atsushi Enomoto
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 16:21 UTC by Alois Bělaška
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
testcase (422 bytes, application/octet-stream)
2005-11-04 16:24 UTC, Thomas Wiest
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:37:06 UTC


---- Reported by alois.belaska@monetplus.cz 2005-11-04 09:21:55 MST ----

In rendered XML documentation is missing character @ after parameter type
when is parameter ref.

Example: for function void fce( ref int param) is should be void
fce(System.Int32@) but void fce(System.Int32) is rendered.



---- Additional Comments From alois.belaska@monetplus.cz 2005-11-04 09:23:26 MST ----

Testcase



---- Additional Comments From alois.belaska@monetplus.cz 2005-11-04 09:24:26 MST ----

Created an attachment (id=168776)
testcase




---- Additional Comments From atsushi@ximian.com 2005-11-13 14:18:39 MST ----

Fixed in svn (r52988).

Imported an attachment (id=168776)