Switched diagram links in README to svg
This commit is contained in:
@@ -126,7 +126,7 @@ the following:
|
|||||||
make clanguml_diagrams
|
make clanguml_diagrams
|
||||||
```
|
```
|
||||||
|
|
||||||
and checkout the PNG diagrams in `docs/diagrams` folder.
|
and checkout the SVG diagrams in `docs/diagrams` folder.
|
||||||
|
|
||||||
### Class diagrams
|
### Class diagrams
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ public:
|
|||||||
|
|
||||||
generates the following diagram (via PlantUML):
|
generates the following diagram (via PlantUML):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Default mappings
|
#### Default mappings
|
||||||
|
|
||||||
@@ -279,7 +279,7 @@ int tmain()
|
|||||||
|
|
||||||
generates the following diagram (via PlantUML):
|
generates the following diagram (via PlantUML):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Package diagrams
|
### Package diagrams
|
||||||
|
|
||||||
@@ -324,7 +324,7 @@ class B : public ns1::ns2::Anon {
|
|||||||
|
|
||||||
generates the following diagram (via PlantUML):
|
generates the following diagram (via PlantUML):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Test cases
|
### Test cases
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user