Re: Documentation manager?

From: Kevin C. (nomail_at_fake.com)
Date: 06/04/04


Date: Fri, 04 Jun 2004 15:41:33 GMT


"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:#76RrhkSEHA.1448@TK2MSFTNGP09.phx.gbl...
> Kevin C. wrote:
> > Does VB's IDE have any internal doc support (either/both for code
commenting
> > and generating external docs)? If not are there any 3rd party addins
that
> > will do the job?
>
> What version of VB are you asking about? Since this is a VB "Classic"
> group, I'll say.... No (VB.Net either for that matter)
> CodeSmart can be used to insert procedure headers and "canned" comments
> www.axtools.com
> MZTools does something (?) with xml (can't remember what) and its free
> www.mztools.com
>
> Not sure what "external docs" you're referring to.

Eh, something like javadoc, parses comments and then generates an html file
or whatever.



Relevant Pages

  • Re: Documentation manager?
    ... > Eh, something like javadoc, parses comments and then generates an html file ... Never heard of it Don't do beans. ...
    (microsoft.public.vb.general.discussion)
  • Netbeans 4.1: JavaDoc comment for package ?
    ... so the time was come to dive more deeper into commenting. ... to say considering Javadoc very appealing. ... package.html for commenting the whole package. ... Netbeans accept package-info.java so I resorted to the html file. ...
    (comp.lang.java.softwaretools)
  • Commenting in Java
    ... Javadoc comments are for permanent API documentation ... Non-Javadoc comments are for the programmer to read and understand ... Professional programmers write flow commenting style (informal step ... Read the article on Literate programming at Wikipedia ...
    (comp.lang.java.programmer)
  • Re: PHP eregi filtering problem
    ... on the function that parses the page? ... The HTML file is about 42kb in size ... not even to the web server logs. ... > Protect your identity with Yahoo! ...
    (php.general)
  • HTMLParser and write
    ... I want an example with parses and then writes the same html file (a fine test ... import sys ... from HTMLParser import HTMLParser ...
    (comp.lang.python)