Re: Doc Tool

new topic     » goto parent     » topic index » view thread      » older message » newer message

There is a utility that comes with win32lib called makedoc.exw that is used
to generate HTML docs from the embedded comments inside the library source
code. The utility is found in the Demo folder.

Unfortunately it is not well documented it self (yet).
----------------
cheers,
Derek Parnell
----- Original Message -----
From: <jc at cowgar.com>
To: "EUforum" <EUforum at topica.com>
Subject: Doc Tool


>
> I am curious if their is a standard document tool for use with Euphoria
> code, like javadoc.
>
> I see in win32lib source things like:
>
> --/topic Math Routines
> --/func or_all( sequence s )
> --/desc Performs /i or_bits on all the elements of the sequence.
> --/ret ATOM: OR'd value of sequence elements.
> --
> -- Typically used to combine a series of attribute
> -- flags together.
> --
> -- Example:
> --
> -- /code
> --      -- combine flags
> --      integer flags
> --      flags = or_all( { WS_CHILD, WS_VISIBLE, BS_PUSHBUTTON,
WS_TABSTOP} )
> -- /endcode
>
> Is that doc tool avalable to the public or is their another? Is their any
> standard?
>
> Thanks,
>
> Jeremy
>
>
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu