Skip to content

Commit

Permalink
Documentation for replicated blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
robeden committed Oct 5, 2011
1 parent ebcb4a5 commit 7a6f09a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions generator_src/gnu/trove/generator/Generator.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
* </ul>
* </p>
*
* <p><b>Block Replication</b></p>
*
* <p>In addition to regular patterns, some classes use block replication. This allows
* replicating a block of code for each type. A block starts with
* <code>====START_REPLICATED_CONTENT #&lt;number&gt;====</code> and ends with
* <code>=====END_REPLICATED_CONTENT #&lt;number&gt;=====</code> (each on a new line) where
* "&lt;number&gt;" is an integer. Then, that content is replicated for each type where
* the pattern "#REPLICATED<number>#" is found.</p>
*
*/
public class Generator {
private static final WrapperInfo[] WRAPPERS = new WrapperInfo[]{
Expand Down

0 comments on commit 7a6f09a

Please sign in to comment.