@@ -126,9 +126,8 @@ Code without a proper signoff cannot be merged into the mainline.
----
- Images are decorated with :-
.Optional Title
- image::../images/<image name>.png[align="center"]
-- The images are stored in the doc/images directory as svg files and rendered as
- png and eps during the build process.
+ image::../images/<image name>.svg[align="center"]
+- The images are stored in the doc/images directory as svg files.
- Body text shall wrap at the 80 char point.
- No warnings may be generated by the asciidoc tool.
@@ -189,12 +189,9 @@ Prerequisites for building the OpenDataPlane (ODP) API
5.0 Documentation Images & Doxygen
- Images are stored as svg files and the png or eps versions generated when the docs are built
- Image magics convert application is used
- # Debian/Ubuntu
- # apt-get install imagemagick
+ Images are stored as svg files. No conversions for these are needed.
- Message squence diagrams are stored as msc files and the png or eps versions generated when the docs are built
+ Message squence diagrams are stored as msc files and the svg versions generated when the docs are built
mscgen is used
#Debian/Ubuntu
# apt-get install mscgen
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- CONTRIBUTING | 5 ++--- DEPENDENCIES | 7 ++----- 2 files changed, 4 insertions(+), 8 deletions(-)