>From: Jason Keirstead <[EMAIL PROTECTED]> >Subject: [Mono-list] VB Docs Generator > >Hey all, I remember some while ago I read something about someone >working on a documentation generator for the VB.Net portion of the Mono >project. Is this available now? If not, is there anywhere you can get >the source-in-progress?
In truth Doc extraction is part of the compiler (see below why), and mbas is very late... My fault, I must admit... >As an aside, if you commented VB 6 code with the XML style comment tags, >could you generate documentation for this as well, or are there some >kind of syntactic differences between VB.Net and VB 6 that will only >allow it to work for the former? The problem is that what you comment in XML is just PART of the documentation that is generated. The rest comes from the code itself, and VB6 syntax is very different (remember, there is a specific header in vb6 files, and multiple [specialized] types of files [.FRM, .FRX, .BAS, .CLS, ...]). Maybe someone could try to develop something around GnomeBasic, but certainly MonoBASIC (mbas) is not heading in that direction. >Thanks > >Jason Rafael Teixeira Brazilian Developer _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
