Hi Jason,
Eclipse plugin project with a plugin.xml like
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml" primary="true">
</toc>
</extension>
</plugin>
This is the only way you will get it to show up as a 'book' in the FB help.
I've done it and it works great, you can even create an update site, that
can keep the docs fresh.
You need the PDE plugin to create a plugin. I use a different version of
eclipse (not FB) to create plugins.
See the Creating a plugin using the help extension point (in the PDE docs).
This might be worthy of a blog post someday. :)
Mike
On Mon, Oct 6, 2008 at 12:15 PM, Pan Troglodytes <[EMAIL PROTECTED]>wrote:
> I'm been hunting around to no avail on this question. I have created
> help for my components using ASDOC. What's the recommended procedure to get
> that help to show up in FB? Is there one?
>
> Thanks.
>
> --
> Jason
>
>
>
--
Teoti Graphix, LLC
http://www.teotigraphix.com
Teoti Graphix Blog
http://www.blog.teotigraphix.com
You can find more by solving the problem then by 'asking the question'.