issues
search
AdamsLair
/
duality
a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k
stars
286
forks
source link
Fixing xml documentation warnings
#808
Closed
Barsonax
closed
4 years ago
Barsonax
commented
4 years ago
Changes:
Opted to ignore CS1591 as its simply generates too much warnings causing us to miss other more important warnings.
Fixed param tags with wrong names. Either by removing the param if there are no comments or by adding the missing param tags if there are comments.
Removed empty return tags
Solves #804
Changes:
Solves #804