wovencode / OpenMMO-Other

Ideas, Tasks and others
2 stars 0 forks source link

[ongoing] XML Code Documentation #23

Open DX4D opened 4 years ago

DX4D commented 4 years ago

In most IDEs putting /// above a method or variable will auto-generate UML that can be parsed into XML documentation for a project. All public methods (and most private methods) should be described using these tags. Each method should have at the very least a ///

tag.