-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically generate a browsable documentation center #1556
Comments
I found something the other day that would have been good for this, but now I've forgotten what it was. |
Here it is. http://dotnet.github.io/docfx/ |
Built by MSFT, so lgtm. |
I've used Doxygen for C# in the past. I assume DocFX lets us get the same functionality but Doxygen lets you write custom handlers (I've used this for documenting API routes and permissions in a ASP project derived from attributes on the method instead of slapping it in the xmldoc). DocFx looks more flexible. LGTM. |
Had a brief look at DocFx, and it's LGTM. |
Marking this as WIP as we will be going with DocFX at some point in the future |
Tried to get docfx working on Mac with Mono. I was able to generate the project but can't actually serve the website because it seems to want to be able to find msbuild.dll, which apparently doesn't ship with homebrew's mono. I don't think I'm going to fight mono again, so I'll let someone else deal with this one. |
DocFX still seems like a good option. Would help resolve things like #1572. |
Like other civilized projects, every build should tigger automatic building and production of API documentation for TShock & TSAPI.
My ideal system is a static file generator that is super easy to run that produces self contained HTML. That way, we can host it on GitHub pages and rig the build system to automatically deploy docs for each branch, just like we do with Travis builds.
The text was updated successfully, but these errors were encountered: