Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.