hailstorm75 / ModularDoc

Modular documentation generator for .NET libraries. Currently supporting Markdown only for GitHub, GitLab, and Bitbucket
MIT License
116 stars 11 forks source link

Make MarkDoc.Elements immutable #30

Closed hailstorm75 closed 4 years ago

hailstorm75 commented 4 years ago

As of now Elements are mutable and should be refactored to only be initialized from their constructors

hailstorm75 commented 4 years ago

Total: 1h 22m