diff --git a/README.md b/README.md index dd5387e..7d7ffd8 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,23 @@ options: -d DESTINATION, --destination DESTINATION Destination folderutodoc - ``` + +## Output Example + +### HTML Output + +Html generate page: + +![HTML output example](doc/images/html_example.png) + +### Simplified State Graph + +From the html page: + +![Simplified example](doc/images/simplified_state.png) + +### Full State Graph + +Full details state graph `dot` file opened using **xdot**: + +![Detaield state graph](doc/images/xdot_full.png) diff --git a/doc/images/html_example.png b/doc/images/html_example.png new file mode 100644 index 0000000..2de014e Binary files /dev/null and b/doc/images/html_example.png differ diff --git a/doc/images/simplified_state.png b/doc/images/simplified_state.png new file mode 100644 index 0000000..7554458 Binary files /dev/null and b/doc/images/simplified_state.png differ diff --git a/doc/images/xdot_full.png b/doc/images/xdot_full.png new file mode 100644 index 0000000..0eb6ad4 Binary files /dev/null and b/doc/images/xdot_full.png differ