aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-01-05 09:26:34 +0100
committerHans Bolinder <[email protected]>2013-01-09 08:34:30 +0100
commit3448e2aa81a01244458824aae94d3e746a9a4c24 (patch)
treea63b53163c57875a377952a648f4e824813b5753 /lib/orber/doc
parentee4d1a790007aa3419b61300936aa20acafda142 (diff)
downloadotp-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/orber/doc')
-rw-r--r--lib/orber/doc/src/ch_idl_to_erlang_mapping.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml b/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml
index 964ae3e92d..1fd2f644cb 100644
--- a/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml
+++ b/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>1997</year><year>2010</year>
+ <year>1997</year><year>2013</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -1142,7 +1142,8 @@ handle_info(_Info, State) ->
module, and <c>lookup</c> in <c>DB_Administrator_impl.erl</c><em>and</em><c>DB_CommonUser_impl.erl</c>. But wait, is that really necessary? Actually,
it is not. We simple use the IC compile option <em>impl</em>:</p>
<pre>
-$ <input>erlc +'{{impl, "DB::CommonUser"}, "DBUser_impl"}' +'{{impl, "DB::Administrator"}, "DBUser_impl"}' DB.idl</input>
+$ <input>erlc +'{{impl, "DB::CommonUser"}, "DBUser_impl"}'\
+ +'{{impl, "DB::Administrator"}, "DBUser_impl"}' DB.idl</input>
$ <input>erlc *.erl</input>
</pre>
<p>Instead of creating, and not the least, maintaining two call-back modules,