[fpc-pascal] Permuted index (KWIC) of function descriptions
michael.vancanneyt at wisa.be
michael.vancanneyt at wisa.be
Thu Jan 27 09:24:22 CET 2011
On Thu, 27 Jan 2011, Max Vlasov wrote:
> On Wed, Jan 26, 2011 at 3:06 PM, <michael.vancanneyt at wisa.be> wrote:
>
>>
>>
>>
>>
>>
>>> For example, can I rapidly get all function descriptions with "space" as
>>> part of the description, which could subsequently be filtered (e.g. if I
>>> were interested in text operations I could quickly ignore anything with
>>> "file" in the description)?
>>> ...
>>> That's somewhat abbreviated so that it's not screwed too badly by wrap.
>>>
>>
>> Creating such an index requires additional keywords, which are simply not
>> present now.
>>
>> That said, I am still looking for a good search engine *written in Object
>> pascal* for the FPC html docs. Any hints/tips are appreciated.
>>
>>
> Michael, are the docs hand-prepared or automatically generated from some
> db/xml?
They are generated from fpdoc XML files.
> If the former, can it be safely assumed that the url
> http://www.freepascal.org/docs-html/rtl/{unitname}/{functionname}.html<http://www.freepascal.org/docs-html/rtl/%7Bunitname%7D/%7Bfunctionname%7D.html>
> is standardized?
Yes, it is safe to assume so. I have no plans to change this :-)
Michael.
More information about the fpc-pascal
mailing list