Fixed issues in docs
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
## General issues
|
||||
|
||||
### clang-uml crashes when generating diagram
|
||||
### clang-uml crashes when generating a diagram
|
||||
|
||||
If `clang-uml` crashes with a segmentation fault, it is possible to trace the
|
||||
exact stack trace of the fault using the following steps:
|
||||
@@ -346,7 +346,7 @@ the exact string representation of the function signature as seen by `clang-uml`
|
||||
To find the exact function signature run `clang-uml` as follows:
|
||||
|
||||
```bash
|
||||
clang-uml -n my_sequence_diagram --print-start-from | grep foo
|
||||
clang-uml -n my_sequence_diagram --print-from | grep foo
|
||||
```
|
||||
|
||||
Command line flag `--print-from` will print on stdout all functions
|
||||
|
||||
Reference in New Issue
Block a user