Skip to content

Commit

Permalink
FIXTradingCommunity#71 Move documentWriter up for the Flow generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Thönnes committed Oct 17, 2022
1 parent cc130e6 commit ce2a06c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1170,9 +1170,9 @@ private void generateFlow(FlowType flow, DocumentWriter documentWriter)
final MutableContext context = contextFactory.createContext(3);
context.addPair("Flow", flow.getName());
documentWriter.write(context);

final Annotation annotation = flow.getAnnotation();
generateDocumentationBlocks(annotation, documentWriter);
documentWriter.write(context);

final MutableDetailTable table = contextFactory.createDetailTable();
final MutableDetailProperties row = table.newRow();
Expand Down

0 comments on commit ce2a06c

Please sign in to comment.