aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/doc/src/ch_exceptions.xml
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2017-10-10 10:25:38 +0200
committerLars Thorsen <[email protected]>2017-10-10 10:25:38 +0200
commitc07404052aa4ede2d8a5714d498637b304e11a6a (patch)
tree2fcc506dcc73fb559dad4b08095ed15252fdbcff /lib/orber/doc/src/ch_exceptions.xml
parente38c688d3961bedcd85f842fd052836cb345a902 (diff)
parent23ed87829571316b4d026dd57bb69737921f7fcc (diff)
downloadotp-c07404052aa4ede2d8a5714d498637b304e11a6a.tar.gz
otp-c07404052aa4ede2d8a5714d498637b304e11a6a.tar.bz2
otp-c07404052aa4ede2d8a5714d498637b304e11a6a.zip
Merge branch 'maint'
Diffstat (limited to 'lib/orber/doc/src/ch_exceptions.xml')
-rw-r--r--lib/orber/doc/src/ch_exceptions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/orber/doc/src/ch_exceptions.xml b/lib/orber/doc/src/ch_exceptions.xml
index 52735dc394..17657d0d4a 100644
--- a/lib/orber/doc/src/ch_exceptions.xml
+++ b/lib/orber/doc/src/ch_exceptions.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2001</year><year>2016</year>
+ <year>2001</year><year>2017</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -192,7 +192,7 @@ module MyModule {
<title>Throwing Exceptions</title>
<p>To be able to raise <c>MyException</c> or <c>MyExceptionMsg</c> exceptions,
the generated <c>MyModule.hrl</c> must be included, and typical usage is:</p>
- <code type="none">
+ <code type="erl">
-module('MyModule_MyInterface_impl').
-include("MyModule.hrl").