Bladeren bron

Started messing with cldoc docs

Ivan Safrin 10 jaren geleden
bovenliggende
commit
f7b306bc07
2 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 2 0
      .gitignore
  2. 7 0
      docs/Makefile

+ 2 - 0
.gitignore

@@ -1,5 +1,7 @@
 # Created by https://www.gitignore.io
 # Created by https://www.gitignore.io
 
 
+docs/cldoc
+
 ### Windows ###
 ### Windows ###
 # Windows image file caches
 # Windows image file caches
 Thumbs.db
 Thumbs.db

+ 7 - 0
docs/Makefile

@@ -0,0 +1,7 @@
+DIR=../include/polycode/core/
+FILES=$(DIR)PolyEntity.h $(DIR)PolySceneMesh.h
+
+cldoc-mac:
+	mkdir -p cldoc
+	cldoc generate -I../include/ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -- --static --output=cldoc --language=c++ $(FILES)
+