Changes between Version 1 and Version 2 of MapGuideCodingStandards


Ignore:
Timestamp:
Jul 14, 2008, 10:53:51 AM (16 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v1 v2  
    88||1.6||July 7, 2008||Bruce Deschant||Initial public revision||
    99
    10 [[PageOutline(3,Table of Contents,inline)]]
     10[[PageOutline(,Table of Contents,inline)]]
    1111
    1212== Introduction ==
     
    5151== Documentation Standard ==
    5252
    53 === 5.1 .NET/C++ ===
     53=== .NET/C++ ===
    5454
    5555When 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).