]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Reformat description
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 24 Aug 2016 09:03:08 +0000 (11:03 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 24 Aug 2016 09:03:08 +0000 (11:03 +0200)
description

index b51f5fc0616d134b3eedf7cb9dc6cf03ae0eae82..6438b3a12164cb75df67a150b6a843da94b336c8 100644 (file)
@@ -1,8 +1,22 @@
-The clang plugin can visualize simple state machines. It is able to visualize states and transitions. Now it doesn't support orthogonal states. The state machine can be inside namespaces. In folder examples you can find some source code of state machines that can be visualized using this tool. \r
+The clang plugin can visualize simple state machines. It is able to\r
+visualize states and transitions. Now it doesn't support orthogonal\r
+states. The state machine can be inside namespaces. In folder examples\r
+you can find some source code of state machines that can be visualized\r
+using this tool.\r
 \r
-The input file for the program is the file with the state machine, using the command line you need to specify all source locations for finding header files, except of system source locations. For doing this you can use typical compiler options and flags (like -I for include files). As this is plugin for compiler the program line works the same as normal compiler. The output format is dot and the output file can be transformed into the picture using classic dot commands. \r
+The input file for the program is the file with the state machine,\r
+using the command line you need to specify all source locations for\r
+finding header files, except of system source locations. For doing\r
+this you can use typical compiler options and flags (like -I for\r
+include files). As this is plugin for compiler the program line works\r
+the same as normal compiler. The output format is dot and the output\r
+file can be transformed into the picture using classic dot commands.\r
 \r
 Example of command line invocation:\r
-clang++ -Xclang -load -Xclang visualizer.so -Xclang -plugin -Xclang visualize-statechart -c file.cpp\r
 \r
-For compiling and running the plugin you need to have LLVM and clang installed. The program should work with packages distributed with operating system or you can download LLVM and clang from repositories and compile it.\r
+    clang++ -Xclang -load -Xclang visualizer.so -Xclang -plugin -Xclang visualize-statechart -c file.cpp\r
+\r
+For compiling and running the plugin you need to have LLVM and clang\r
+installed. The program should work with packages distributed with\r
+operating system or you can download LLVM and clang from repositories\r
+and compile it.\r