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/lname.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/lname.xml')
-rw-r--r-- | lib/orber/doc/src/lname.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/orber/doc/src/lname.xml b/lib/orber/doc/src/lname.xml index 09d6859777..c0c9be1a85 100644 --- a/lib/orber/doc/src/lname.xml +++ b/lib/orber/doc/src/lname.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1997</year><year>2016</year> + <year>1997</year><year>2017</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -44,14 +44,14 @@ the Names are represented as standard Erlang lists and therefor will be removed by the garbage collector when not in use.</p> <p>The type <c>NameComponent</c> used below is defined as:</p> - <code type="none"> - -record('CosNaming_NameComponent', {id, kind=""}). + <code type="erl"> +-record('CosNaming_NameComponent', {id, kind=""}). </code> <p><c>id</c> and <c>kind</c> are strings. </p> <p>The record is defined in the file <c>CosNaming.hrl</c> and it is included with:</p> - <code type="none"> - -include_lib("orber/COSS/CosNaming/CosNaming.hrl"). + <code type="erl"> +-include_lib("orber/COSS/CosNaming/CosNaming.hrl"). </code> </description> <funcs> |