Skip to content

Commit be7a02e

Browse files
Copilotslachiewicz
andcommitted
Migrate XdocGenerator to use Doxia Sink API - tables need debugging
Co-authored-by: slachiewicz <[email protected]>
1 parent ba5dc20 commit be7a02e

File tree

1 file changed

+1
-1
lines changed
  • modello-plugins/modello-plugin-xdoc/src/main/java/org/codehaus/modello/plugin/xdoc

1 file changed

+1
-1
lines changed

modello-plugins/modello-plugin-xdoc/src/main/java/org/codehaus/modello/plugin/xdoc/XdocGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private void writeFieldsTable(Sink sink, List<ModelField> fields, boolean elemen
289289
return;
290290
}
291291

292-
sink.table();
292+
sink.table(null);
293293

294294
sink.tableRow();
295295

0 commit comments

Comments
 (0)