Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
dziegel committed Jan 7, 2024
1 parent 07b4343 commit cee71b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Introduction

This is a C++ statemachine generator that generates statemachines based on <https://github.com/dziegel/cpp_event_framework> from an XMI model (tested with Eclipse Papyrus <https://www.eclipse.org/papyrus/>) or an SCXML model (tested with QtCreator <https://www.qt.io/product/development-tools>).
This is a C++ statemachine generator that generates statemachines based on <https://github.com/dziegel/cpp_event_framework> from an XMI model (tested with Eclipse Papyrus <https://www.eclipse.org/papyrus>) or an SCXML model (tested with QtCreator <https://www.qt.io/product/development-tools>).

The Eclipse Epsilon <https://eclipse.dev/epsilon/> framework is used to implement the generator.
The Eclipse Epsilon <https://eclipse.dev/epsilon> framework is used to implement the generator.

## License

Expand Down
1 change: 1 addition & 0 deletions test/generated/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This folder contains the generated code
2 changes: 1 addition & 1 deletion test/xmi/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Created with Eclipse Papyrus

<https://www.eclipse.org/papyrus/>
<https://www.eclipse.org/papyrus>

0 comments on commit cee71b5

Please sign in to comment.