Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
/ XmlDocTable Public archive

C# XML Documentation to LaTeX table converter based on Roslyn

License

Notifications You must be signed in to change notification settings

valpackett/XmlDocTable

Repository files navigation

XmlDocTable

A very simple API docs generator for C#, based on Roslyn.
Currently outputs LaTeX tables, but you can easily change the format.
Works on both Mono and Microsoft .NET.

Usage (Mono)

Generate docs for XmlDocTable itself (. is the directory):

$ nuget restore
$ xbuild
$ mono XmlDocTableCli/bin/Debug/XmlDocTableCli.exe . > generated.tex
$ lualatex docs.tex

See docs.tex for an example file that includes the generated docs using \input.

License

Copyright 2014-2015 Greg V greg@unrelenting.technology
Available under the ISC license, see the COPYING file

About

C# XML Documentation to LaTeX table converter based on Roslyn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published