[fpc-pascal] Fwd: DOCUMENTATION INTEGRATION IN MAC XCODE 3.X
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Feb 10 09:48:42 CET 2009
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
More information about the fpc-pascal
mailing list