Changes between Version 1 and Version 2 of MapGuideCodingStandards
- Timestamp:
- 07/14/08 10:53:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v1 v2 8 8 ||1.6||July 7, 2008||Bruce Deschant||Initial public revision|| 9 9 10 [[PageOutline( 3,Table of Contents,inline)]]10 [[PageOutline(,Table of Contents,inline)]] 11 11 12 12 == Introduction == … … 51 51 == Documentation Standard == 52 52 53 === 5.1.NET/C++ ===53 === .NET/C++ === 54 54 55 55 When you define a new public class, property, or method, you must follow the XML Doc standard. Typing three slashes “///” just before a class/property/method declaration will bring up a skeleton XML Doc header in .NET, for C++ you will have to enter this. You then simply need to add information in the different fields. Note that if you fail to add the XML Doc header for .NET, the code may not compile (this is an option that we will enable for all our projects).