Author: ltheussl Date: Thu Oct 11 00:42:21 2007 New Revision: 583719 URL: http://svn.apache.org/viewvc?rev=583719&view=rev Log: Revert r579140: width is the width, period.
Modified: maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java Modified: maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java?rev=583719&r1=583718&r2=583719&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java (original) +++ maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java Thu Oct 11 00:42:21 2007 @@ -436,7 +436,7 @@ /** * Starting a cell element which defines a cell that contains data. * - * @param width the number of columns spanned by the cell (corresponds to html's colspan attribute). + * @param width the size of the cell. */ void tableCell( String width ); @@ -453,7 +453,7 @@ /** * Starting a cell element which defines a cell that contains header information. * - * @param width the number of columns spanned by the cell (corresponds to html's colspan attribute). + * @param width the size of the header cell. */ void tableHeaderCell( String width );