http://kevin-wu.net/how-to-create-documentation-with-xcode/ shell脚本 # shell script goes here mkdir -p headerDoc find ./HelloPhoneGap/Classes -name \*.h -print | xargs headerdoc2html -o headerDoc gatherheaderdoc headerDoc exit 0