Index: trunk/src/com/kitfox/svg/pathcmd/Arc.java
===================================================================
--- trunk/src/com/kitfox/svg/pathcmd/Arc.java	(revision 11525)
+++ trunk/src/com/kitfox/svg/pathcmd/Arc.java	(revision 14328)
@@ -104,4 +104,6 @@
      * point of the arc.
      *
+     * @param path The path that the arc will be appended to.
+     * 
      * @param rx the x radius of the ellipse
      * @param ry the y radius of the ellipse
@@ -160,4 +162,16 @@
      * AffineTransform.getRotateInstance
      *     (angle, arc.getX()+arc.getWidth()/2, arc.getY()+arc.getHeight()/2);
+     * 
+     * @param x0 origin of arc in x
+     * @param y0 origin of arc in y
+     * @param rx radius of arc in x
+     * @param ry radius of arc in y
+     * @param angle number of radians in arc
+     * @param largeArcFlag
+     * @param sweepFlag
+     * @param x ending coordinate of arc in x
+     * @param y ending coordinate of arc in y
+     * @return arc shape
+     * 
      */
     public static Arc2D computeArc(double x0, double y0,
