Reduced image size for manual
parent
c1f12fb537
commit
254fc7e149
2
Makefile
2
Makefile
|
@ -70,7 +70,7 @@ doc: | doc-pdf doc-info doc-plain doc-html
|
||||||
|
|
||||||
# doc images
|
# doc images
|
||||||
doc/img/%.png: doc/img/%.dia
|
doc/img/%.png: doc/img/%.dia
|
||||||
dia -e $@ -s 600x $<
|
dia -e $@ -s 300x $<
|
||||||
|
|
||||||
# doc pdf
|
# doc pdf
|
||||||
$(PATH_DOC_OUTPUT)/%.pdf: $(doc_src) | mkbuild-doc doc-img
|
$(PATH_DOC_OUTPUT)/%.pdf: $(doc_src) | mkbuild-doc doc-img
|
||||||
|
|
|
@ -302,7 +302,7 @@ and the child is called the @dfn{subtype}. Let's consider the following example,
|
||||||
where we have a dog, lazy dog, and a dog that walks on two legs:
|
where we have a dog, lazy dog, and a dog that walks on two legs:
|
||||||
|
|
||||||
@float Figure, f:inheritance-ex
|
@float Figure, f:inheritance-ex
|
||||||
@image{img/inheritance-ex,,,,png}
|
@image{img/inheritance-ex}
|
||||||
@caption{Basic inheritance example}
|
@caption{Basic inheritance example}
|
||||||
@end float
|
@end float
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue