Re: Win32Lib Doc, jump-to-links errors--extra space between routine name & (

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

Thanks. This is near the top of my TODO list. The top item is to remove the
one remaining bug(yeah, sure!) with the resource subsystem, then to work on
MakeDoc. If you want to do that instead, please go ahead. However, you
really should have a go at fixing the parser.

I've been out of action for the last two weeks. I'm back on board tomorrow.

----- Original Message -----
From: "Dan Moyer" <DANIELMOYER at prodigy.net>
To: "EUforum" <EUforum at topica.com>
Subject: Win32Lib Doc, jump-to-links errors--extra space between routine
name & (


>
> Derek,
>
> I'm modifying MakeDoc to make lots of little htm files instead of one big,
> like Euphoria docs ('cause on my system the single large one takes forever
> to jump between links), and discovered that a few functions & procedures
in
> Win32Lib don't quite follow the format expected by MakeDoc & louse it up a
> little (by making html names and href that aren't exactly the same).
>
> The result is that clicking on some items in the doc results in no jump to
> the link.  The problem is nothing more than that some functions &
procedures
> have a space between the routine name & the first parenthesis, for
example,
> --/func classDefaults (integer class, sequence pData), instead of
> --/func classDefaults(integer class, sequence pData).
>
> The MakeDoc parser looks for the first parenthesis to construct the link
> name, but I guess does something else to make the href link, because with
> the space, the name & the link end up different, without the extra space
> they work right.
>
> Here's a list of some like that which I found:
> classDefaults
> setAppName
> setLVInsert
> addLVItem
> getTVParent
> addTVItem
> getTabItem
> expandTV
> setWindowScrollRange
>
> I started to fix this in the parser, but it's easier to fix in the source
> doc  :)
>
> Dan Moyer
>
>
>
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu