Dervall / Piglet

An easier to use parsing and lexing tool that is configurable in fluent code without a pre-build step.
binarysculpting.com
MIT License
91 stars 11 forks source link

Add XML documentation to all public methods #26

Closed Dervall closed 12 years ago

Dervall commented 12 years ago

Piglet builds with a lot of warnings since there are no XML doc comments on every public member. This is not acceptable and must be fixed!

Dervall commented 12 years ago

Every public method is now either documented or the warning is removed using a #pragma, since some classes does not make sense to have comments for like the fluent configuration classes.