I just installed Appledocs in my Xcode project and I am really excited to try it out. The only problem is, the files for my project are being held in a "common" directory. Some of the files in the "common" directory belong to my project while other files belong to sister projects.
I need a way to modify my appledocs script so that it only generates/updates the documentation for the current project.
Here is the script I am using:
/usr/local/bin/appledoc \
--project-name "Super iPhone Project" \
--project-company "Company A Inc." \
--company-id com.CompanyA \
--output ~/help \
--logformat xcode \
--keep-undocumented-objects \
--keep-undocumented-members \
--exit-threshold 2 \
--ignore *.m \
--ignore UnitTest \
.
./../Common/CommonFiles