Bugzilla – Bug 319463
Error in generating XML documentation from the source
Last modified: 2007-09-15 21:24:23 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)