Fixed: Broken Documentation.

This commit is contained in:
Carl Rosell
2014-02-05 09:29:25 +01:00
parent 1814f6b545
commit fa66c2692f
@@ -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 '' {} \;