Re: Integrating custom source code documentation in Xcode's documentation window?
Re: Integrating custom source code documentation in Xcode's documentation window?
- Subject: Re: Integrating custom source code documentation in Xcode's documentation window?
- From: James Bucanek <email@hidden>
- Date: Mon, 28 Nov 2005 10:38:04 -0700
Jens Miltner wrote on Monday, November 28, 2005:
>we have our source code documented using doxygen, i.e. we have a
>bunch of HTML pages representing our source code documentation.
>
>Is it possible to integrate this source code documentation into
>Xcode's documentation window?
I don't think so, at least not with doxygen. You can do this easily if your documentation pages can be generated using HeaderDoc, or of there's a way to convert your documentation to HeaderDoc.
HeaderDoc pages contain special keywords which the pbhelpindexer tool uses to build its index.
Step one would be producing your documentation using HeaderDoc or somehow make it compatible with pbhelpindexer. The rest is pretty straight forward.
--
James Bucanek
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden