[fpc-devel] fpdoc HTML with search feature
Michael Van Canneyt
michael at freepascal.org
Tue Aug 14 14:47:08 CEST 2007
On Tue, 14 Aug 2007, Graeme Geldenhuys wrote:
> Hi,
>
> I had a look at PasDoc today. The first time in about 5 years. I see
> they have this neat search feature built into their generated HTML
> output. It uses Tipue [http://www.tipue.com/] which is two JavaScript
> files and one big keyword file.
>
> Could we add this to fpdoc's feature request list? It will come in
> really handy for FCL or LCL!
We have had this option since day 1 (I used IDKSM from Michael Hess),
I just never enable it.
You can very easily enable this option yourself:
fpdoc --html-search=searchpage
If you provide the searchpage + a script to generate the index file,
then I'll include it in FPC's docs by default.
Michael.
More information about the fpc-devel
mailing list