[Mono-list] generating html docs
Jonathan Pryor
jonpryor at vt.edu
Wed Oct 19 12:28:54 EDT 2011
On Oct 11, 2011, at 4:40 PM, Ian Norton wrote:
> I'd like, given all of the above to be able to generate html docs for all of
> the assemblies, rather like the mono-docs website.
The mono-docs website doesn't use `mdoc export-html`, it uses the ASP.NET front-end:
http://docs.go-mono.com/index.aspx?link=man%3amdoc(1)
http://docs.go-mono.com/index.aspx?link=man%3amdoc-assemble(1)
https://github.com/mono/mono-tools/tree/master/webdoc
That said, `mdoc export-html` will accept multiple directories as parameters:
http://docs.go-mono.com/index.aspx?link=man%3amdoc-export-html(1)
Thus, you should be able to do:
mdoc export-html -o html mdoc/a mdoc/b mdoc/c ...
- Jon
More information about the Mono-list
mailing list