I'm looking at some old Sandcastle documentation and am thinking about how one could link to something MSDN-like that is created from XML documentation.
What I'd like to see is:
- the API to sit under
docs/api/, so that it renders out under /api/ when you test the site
- a file for
MyProject.Foo.Bar to be found at /api/MyProject.Foo.Bar.html
- don't care about generics and non-generic types
I'm sure I'm missing more, this is just a quick brain dump to get started
I'm looking at some old Sandcastle documentation and am thinking about how one could link to something MSDN-like that is created from XML documentation.
What I'd like to see is:
docs/api/, so that it renders out under/api/when you test the siteMyProject.Foo.Barto be found at/api/MyProject.Foo.Bar.htmlI'm sure I'm missing more, this is just a quick brain dump to get started