On 10 Feb 2009, at 03:47, MICHAEL MCNEESE wrote:

The big question is about the integration of Free Pascal documentation into the documentation system of XCode 3.x. I have found that I can open the documents in XCode but cannot search or use the Assistant. Even though I have pointed the Pascal HTML's out to XCode in the prefs it does not seem to see it.

You'd have to create a docset out of the Free Pascal documentation (plain html does not cut it). I think this would require adding support for the docset format to the fpdoc utility. The format is documented here: http://developer.apple.com/documentation/DeveloperTools/Conceptual/Documentation_Sets/000-Introduction/chapter_1_section_1.html

The officially supported way to create a docset is to use doxygen, but FPC does not use doxygen for its documentation (fpdoc is a homegrown utility).


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to