From 3448e2aa81a01244458824aae94d3e746a9a4c24 Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Sat, 5 Jan 2013 09:26:34 +0100
Subject: Fix some FOP warnings
Examples overflowing the width of PDF pages have been fixed.
The remaining warnings are due to table cells, and require more
work.
---
lib/erl_docgen/doc/src/doc-build.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'lib/erl_docgen/doc/src')
diff --git a/lib/erl_docgen/doc/src/doc-build.xml b/lib/erl_docgen/doc/src/doc-build.xml
index 08410a1539..ae1b17dff5 100644
--- a/lib/erl_docgen/doc/src/doc-build.xml
+++ b/lib/erl_docgen/doc/src/doc-build.xml
@@ -4,7 +4,7 @@
- 19972011
+ 19972013
Ericsson AB. All Rights Reserved.
@@ -56,7 +56,8 @@
- 1> escript $(ERL_TOP)/lib/erl_docgen/priv/bin/codeline_preprocessing.escript ex1.xmlsrc ex1.xml
+ 1> escript $(ERL_TOP)/lib/erl_docgen/priv/bin/codeline_preprocessing.escript \
+ ex1.xmlsrc ex1.xml
--
cgit v1.2.3