Re: Pulling a list of public/private/project headers from the project file for use with HeaderDoc
Re: Pulling a list of public/private/project headers from the project file for use with HeaderDoc
- Subject: Re: Pulling a list of public/private/project headers from the project file for use with HeaderDoc
- From: Prachi Gauriar <email@hidden>
- Date: Sun, 21 May 2006 03:46:55 -0400
On May 21, 2006, at 2:18 AM, email@hidden wrote:
I'm using HeaderDoc to generate documentation for a framework. At
the moment I'm just giving it *.h and so forth blindly, but ideally
I'd like to pass it the exact list of public headers in the
project. I'm not familiar with any of the Xcode internals or file
formats; is there a relatively trivial way to obtain such a list on
the command line?
In a shell script build phase I have this:
headerdoc2html -o "${BUILT_PRODUCTS_DIR}/$
{DOCUMENTATION_FOLDER_PATH}" "${BUILT_PRODUCTS_DIR}/$
{PUBLIC_HEADERS_FOLDER_PATH}"/*.h
gatherheaderdoc "${BUILT_PRODUCTS_DIR}/${DOCUMENTATION_FOLDER_PATH}"
HTH.
-Prachi
_______________________________________________
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