Skip to content

Commit

Permalink
Merge pull request FIXTradingCommunity#72 from JThoennes/master
Browse files Browse the repository at this point in the history
FIXTradingCommunity#71 Move documentWriter up
  • Loading branch information
donmendelson authored Oct 14, 2022
2 parents 2552ba3 + dd2650a commit cc130e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ private void generateActor(ActorType actor, Repository repository, DocumentWrite

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

final List<Object> elements = actor.getFieldOrFieldRefOrComponent();
final List<Object> members = elements.stream().filter(e -> !(e instanceof StateMachineType))
Expand Down

0 comments on commit cc130e6

Please sign in to comment.