Skip to content

Commit b5d47b9

Browse files
author
Scott Murray
committed
Updated reference README with a tip
1 parent 436659a commit b5d47b9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

java_generate/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,14 @@ code. If you clone both Processing and Processing-Web to the same directory,
99
you should be good to go.
1010

1111
In other words, these two repositories should live side-by-side:
12-
processing/
13-
processing-web/
12+
13+
- processing/
14+
- processing-web/
15+
16+
### Tips & Tricks
17+
18+
When a method is overloaded, but you don't want one of the variants to appear in the reference, add a `@nowebref` comment to the source above that variant. For example:
19+
20+
/**
21+
* @nowebref
22+
*/

0 commit comments

Comments
 (0)