diff options
author | Hans Bolinder <[email protected]> | 2013-01-05 09:26:34 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-01-09 08:34:30 +0100 |
commit | 3448e2aa81a01244458824aae94d3e746a9a4c24 (patch) | |
tree | a63b53163c57875a377952a648f4e824813b5753 /lib/erl_docgen/doc | |
parent | ee4d1a790007aa3419b61300936aa20acafda142 (diff) | |
download | otp-3448e2aa81a01244458824aae94d3e746a9a4c24.tar.gz otp-3448e2aa81a01244458824aae94d3e746a9a4c24.tar.bz2 otp-3448e2aa81a01244458824aae94d3e746a9a4c24.zip |
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.
Diffstat (limited to 'lib/erl_docgen/doc')
-rw-r--r-- | lib/erl_docgen/doc/src/doc-build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <chapter> <header> <copyright> - <year>1997</year><year>2011</year> + <year>1997</year><year>2013</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -56,7 +56,8 @@ </p> <code> - 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 </code> </section> </section> |