1 | | If you look at the generated Web API documentation for 2.4 and compare it to the "published" 2.0 version on mapguide.osgeo.org you can see there are some stark differences: |
| 1 | The current Web API documentation source does not cleanly build with the version of doxygen that we're using (1.8.0). |
| 2 | |
| 3 | In addition, the documentation itself is missing in some parts |
| 4 | |
| 5 | * Documentation of the WebApp classes (that are wrapped by the proxy classes in the the OSGeo.MapGuide.Web.dll assembly) |
| 6 | * Some internal classes are being leaked out. Need to compare with the exposed classes of the .net assemblies to determine which classes need to be hidden. |
| 7 | |
| 8 | ~~If you look at the generated Web API documentation for 2.4 and compare it to the "published" 2.0 version on mapguide.osgeo.org you can see there are some stark differences: |