-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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.Barto 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