]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/IterableDataset.java
add: documentation to output classes
[gigi.git] / src / org / cacert / gigi / output / template / IterableDataset.java
index e95dce8f07a4eff86c4319e4e5619e822af4fd46..8c96727b48f2459067bebb840d45fab56979ff61 100644 (file)
@@ -5,7 +5,8 @@ import java.util.Map;
 import org.cacert.gigi.localisation.Language;
 
 /**
- * Represents some kind of data, that may be iterated over in a template.
+ * Represents some kind of data, that may be iterated over in a template using
+ * the <code>foreach</code> statement.
  */
 public interface IterableDataset {