Browse Source

Enabled xml documentation.

pull/1/head
dirk 9 years ago
parent
commit
c7a6466e1c
  1. 3
      src/ImageSharp/project.json

3
src/ImageSharp/project.json

@ -23,7 +23,8 @@
},
"buildOptions": {
"allowUnsafe": true,
"debugType": "portable"
"debugType": "portable",
"xmlDoc": true
},
"dependencies": {
"System.Collections": "4.0.11",

Loading…
Cancel
Save