On Tue, 2008-10-28 at 22:42 +0100, Petit Eric wrote: > all the doc was merged in mcs svn module ?
Yes; see: http://lists.ximian.com/pipermail/mono-packagers-list/2008-October/000019.html > creazy a svn up of my "mono" & "mcs" dir give me all language doc, so > heavy to have only the mono runtime ? > en, ru, ... someone generate all xml file related to all dll ? We currently only have documentation for en... I'm not sure what we'd do if there were a serious effort to translate the documentation into another language, though I'm not sure I'd want them in the same svn tree.... > normaly, this done at compile time, and keep bandswhich + time > should be export in svn repo, really ? No, these docs have been stored in svn for years, just in the monodoc module. Furthermore, the only bits that can be done at compile time is stub generation; if you want anything *useful* (i.e. not stubs), you can't do that at compile time unless you use inline XML documentation comments, which *most* types don't use. Consequently, this can't really be done solely at compile time. - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
