mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-08 03:37:14 +00:00
Fixed: Broken Documentation.
This commit is contained in:
@@ -30,5 +30,5 @@ rm Foundation.doc.tar
|
||||
|
||||
# Remove @import from the source files, doxygen doesn't know what to do with them
|
||||
processor_msg "Removing @import from source files..."
|
||||
find AppKit.doc -name *.j -exec sed -e '/@import.*/ d' -i '' {} \;
|
||||
find Foundation.doc -name *.j -exec sed -e '/@import.*/ d' -i '' {} \;
|
||||
find AppKit.doc -name *.j -exec sed -e '/@import.*/ d' -e '/@class.*/ d' -i '' {} \;
|
||||
find Foundation.doc -name *.j -exec sed -e '/@import.*/ d' -e '/@class.*/ d' -i '' {} \;
|
||||
|
||||
Reference in New Issue
Block a user