davebronson/clear-hl7-net

Helpers.EnumHelper in the Codes component should have comments in the interface instead of the implementation

davebronson opened this issue · 1 comments

Helpers.EnumHelper in the Codes component should have comments in the interface instead of the implementation.

Note: resolves the build warning Warning CS1591: Missing XML comment for publicly visible type or member 'IEnumHelper.EnumToCode(CodeActionCode)' (CS1591) (ClearHl7.Codes)

Updates complete, and ready for merge.