[PATCH 7 of 9] More doc fixes

Wald Commits scm-commit at wald.intevation.org
Fri Oct 11 12:05:19 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381484661 -7200
# Node ID 01e103ad884524c6e855dea05e1b19209d8d8146
# Parent  836411185200f59886f908d8c34af33f24365105
More doc fixes.

diff -r 836411185200 -r 01e103ad8845 artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java	Fri Oct 11 11:42:56 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java	Fri Oct 11 11:44:21 2013 +0200
@@ -44,9 +44,11 @@
 
     /**
      * Processes data to generate e.g. a chart.
-     * Called for 'unconconfigured' (old-style) generators.
+     * Called for generators configured in the new-style way.
+     * In contrast to other doOut, no axis is given, as its name
+     * is in the given configuration.
      *
-     * @param generator XYChartGenerator to add output on.
+     * @param generator DiagramGenerator to add output on.
      * @param bundle    The artifact and facet
      * @param theme     The theme that contains styling information.
      * @param visible   The visibility of the curve.
@@ -59,9 +61,9 @@
 
     /**
      * Processes data to generate e.g. a chart.
-     * Called for generators configured in the new-style way.
+     * Called for 'unconconfigured' (old-style) generators.
      *
-     * @param generator DiagramGenerator to add output on.
+     * @param generator XYChartGenerator to add output on.
      * @param bundle    The artifact and facet.
      * @param theme     The theme that contains styling information.
      * @param visible   The visibility of the curve.


More information about the Dive4elements-commits mailing list