[Mono-list] monodoc troubles
Jonathan Pryor
jonpryor at vt.edu
Tue Dec 30 14:32:05 EST 2008
On Mon, 2008-12-29 at 03:03 -0800, neptune235 wrote:
> I'm having problems with documentation (on OS X) as well. The web is fine,
> but I need to develop on my laptop where I may not have web access. Offering
> a zip file of those web pages would be really nice. I mean I suppose I can
> write a bot to download them all, but that seems annoying, especially when
> zipping them up all nice would be much less bandwidth for all involved. :)
If static HTML is acceptable, AND you have a mcs source checkout running
around, you can use `mdoc' to generate static HTML pages, e.g.
cd mcs/class/corlib
mdoc export-html -o ~/html Documentation/en
Be warned, it's not the fastest process around, but it will work
(eventually; my attempt at exporting full mscorlib.dll docs has already
taken several minutes and isn't finished). Repeat for each assembly you
care about.
Note: you do NOT need to have your mcs source checkout *built*, you just
need to have `mdoc' available, which is included in the 2.0.1
Mono.framework download...
- Jon
More information about the Mono-list
mailing list