[Mapguide-trac] [mapguide-trac] #2453: Class API documentation not transferred to .net exceptions
MapGuide Open Source
trac_mapguide at osgeo.org
Mon May 26 04:15:31 PDT 2014
#2453: Class API documentation not transferred to .net exceptions
-----------------------------+----------------------------------------------
Reporter: jng | Owner: jng
Type: defect | Status: new
Priority: low | Milestone:
Component: Documentation | Version:
Severity: trivial | Keywords:
External_id: |
-----------------------------+----------------------------------------------
API documentation is not being transferred to .net exception.
This is because the currently generated code looks like this:
{{{
[Serializable]
///<summary>
/// Some API documentation
///</summary>
public class MyException : MgException {
}}}
When it should be this:
{{{
///<summary>
/// Some API documentation
///</summary>
[Serializable]
public class MyException : MgException {
}}}
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2453>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list