diff options
author | Lars Thorsen <[email protected]> | 2017-10-09 10:24:06 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-10-09 13:19:24 +0200 |
commit | 0035fa9dc6cc1cadf810a144d7a60e679455fd59 (patch) | |
tree | 29fe7711fd33166d68a9ac525b64e31d7b979322 /lib/orber/doc/src/ch_exceptions.xml | |
parent | 3f4aac5b00959d3f0ddfaf54a3163cd75053dd24 (diff) | |
download | otp-0035fa9dc6cc1cadf810a144d7a60e679455fd59.tar.gz otp-0035fa9dc6cc1cadf810a144d7a60e679455fd59.tar.bz2 otp-0035fa9dc6cc1cadf810a144d7a60e679455fd59.zip |
[orber] Touchup of code tags
Diffstat (limited to 'lib/orber/doc/src/ch_exceptions.xml')
-rw-r--r-- | lib/orber/doc/src/ch_exceptions.xml | 4 |
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"). |