We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128efe5 commit fae9d6dCopy full SHA for fae9d6d
dogfood-package.png
51.5 KB
update-dogfood-images.sh
@@ -12,7 +12,7 @@ $SCRIPT_DIR/bin/php-class-diagram \
12
--disable-class-methods $SCRIPT_DIR/src/DiagramElement \
13
| plantuml -charset utf-8 -pipe -tpng > $SCRIPT_DIR/dogfood-model.png
14
$SCRIPT_DIR/bin/php-class-diagram \
15
- --package-diagram $SCRIPT_DIR/src/DiagramElement \
+ --package-diagram $SCRIPT_DIR/src \
16
| plantuml -charset utf-8 -pipe -tpng > $SCRIPT_DIR/dogfood-package.png
17
18
--division-diagram $SCRIPT_DIR/test/fixtures/enum \
0 commit comments