We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eb1c1 commit 7649407Copy full SHA for 7649407
java_generate/ReferenceGenerator/processingrefBuild.sh
@@ -31,7 +31,7 @@ javadoc -doclet ProcessingWeblet \
31
$PROCESSING_SRC_PATH/processing/opengl/*.java \
32
$PROCESSING_LIB_PATH/net/src/processing/net/*.java \
33
$PROCESSING_LIB_PATH/serial/src/processing/serial/*.java \
34
- #$PROCESSING_LIB_PATH/video/src/processing/video/*.java \ #commented out, now that video is an external library -SM
+ $PROCESSING_LIB_PATH/../../../processing-video/src/processing/video/*.java \
35
-noisy
36
# ./test/seetags.java \
37
0 commit comments