Skip to content

Commit 5240f5c

Browse files
committed
Added README inside java_generate.
Partially explains what java_generate is about, and the relative directory structure with the main processing repository.
1 parent b498b4a commit 5240f5c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

java_generate/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Documentation Java-Generate
2+
===========================
3+
4+
Java-generate is built on top of Javadoc in order to semi-automate the
5+
generation of Processing's documentation for distribution and the web.
6+
7+
Since it uses Javadoc, we need to be able to find the Processing source
8+
code. If you clone both Processing and Processing-Web to the same directory,
9+
you should be good to go.
10+
11+
In other words, these two repositories should live side-by-side:
12+
processing/
13+
processing-web/

0 commit comments

Comments
 (0)