| Sign In/My Account | View Cart |
| Article: |
Easy Code Documentation with Xcode | |
| Subject: | Separate target | |
| Date: | 2004-09-15 08:49:40 | |
| From: | cparnot | |
|
I created a separate target for the shell script: the target does not compile anything, it just runs the one shell script to build the documentation (I think in Xcode, it is called an aggregate target?). This way, I don't have Doxygen going through all the files in the source every time I build, and I can rebuild the documentation when I feel the need for it and/or I know I changed something. This makes a big difference for projects larger than the example here.
|
||
Showing messages 1 through 2 of 2.
/Volumes/Users/rva/Developer/PathDemo/build/PathDemo.build/Development/Documentation.build/Script-B3A7647709D3F1C0004FC3C0.sh: line 2: unexpected EOF while looking for matching `''
/Volumes/Users/rva/Developer/PathDemo/build/PathDemo.build/Development/Documentation.build/Script-B3A7647709D3F1C0004FC3C0.sh: line 3: syntax error: unexpected end of file
does some one know how to solve this?
I see this error even I do it step by step with the discussed settings.
I'm using XCode 2.2
Thanks