...
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Generates docs for Apple Objective-C library
|
||||
#
|
||||
|
||||
CURRENT_DIR="`pwd`"
|
||||
|
||||
cd "${CURRENT_DIR}"/../../apple
|
||||
|
||||
doxygen
|
||||
Reference in New Issue
Block a user