From cee71b56a9da404a1a76e942c079c1cd47d6332d Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 7 Jan 2024 22:20:04 +0100 Subject: [PATCH] Update READMEs --- README.md | 4 ++-- test/generated/README.md | 1 + test/xmi/README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 test/generated/README.md diff --git a/README.md b/README.md index d4cb10a..95d9aea 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Introduction -This is a C++ statemachine generator that generates statemachines based on from an XMI model (tested with Eclipse Papyrus ) or an SCXML model (tested with QtCreator ). +This is a C++ statemachine generator that generates statemachines based on from an XMI model (tested with Eclipse Papyrus ) or an SCXML model (tested with QtCreator ). -The Eclipse Epsilon framework is used to implement the generator. +The Eclipse Epsilon framework is used to implement the generator. ## License diff --git a/test/generated/README.md b/test/generated/README.md new file mode 100644 index 0000000..770adf9 --- /dev/null +++ b/test/generated/README.md @@ -0,0 +1 @@ +# This folder contains the generated code diff --git a/test/xmi/README.md b/test/xmi/README.md index 4a9a6c6..999e395 100644 --- a/test/xmi/README.md +++ b/test/xmi/README.md @@ -1,3 +1,3 @@ # Created with Eclipse Papyrus - +