Josh Engebretson 0fa7bb580a Adding mono doc documentation task 9 ani în urmă
..
README.md 0fa7bb580a Adding mono doc documentation task 9 ani în urmă
atomictemplate.xsl 0fa7bb580a Adding mono doc documentation task 9 ani în urmă

README.md

for css, first export default template to atomictemplate.xml


Then modify it, for example in ```span.NotEntered``` add property "```display: none;```" to hide red "to be added"

This xsl needs to be checked into source control, to maintain mods

// process to xml

mdoc update -i AtomicNET.XML AtomicNET.dll -o xmldocs```

// convert to html, with atomic template

mdoc export-html --template=atomictemplate.xsl -o html ./htmldocs