statiqdev / Statiq.Docs

A static documentation site generator.
https://statiq.dev/docs
Other
53 stars 8 forks source link

Verify doc comments specification #43

Open daveaglick opened 3 years ago

daveaglick commented 3 years ago

Make sure we're covering everything in https://github.com/dotnet/csharplang/blob/master/spec/documentation-comments.md

savornicesei commented 3 years ago

Hi @daveaglick

I've just extended XML comments support in Wyam through this PR Since the CodeAnalysis project has not diverged too much from Wyam, I could create a PR for Statiq as well, if you're fine with the changes. I'm also attaching the analysis doc I did related to XML comments support in std, docFX, SHFB and Wyam2. Wyam2 - XML comments support.pdf

Best, Simo