diff options
author | Anders Svensson <[email protected]> | 2012-11-18 19:35:07 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2012-11-18 19:45:09 +0100 |
commit | d4530aae03e1b8a3a47ed6693d36c9f2536df8a8 (patch) | |
tree | a25bc036c1a2ce2c42431bdffda6ff43ecfd685b /lib/diameter | |
parent | 0295e6350bc344ce443c80e7251c6e5fc48159ba (diff) | |
download | otp-d4530aae03e1b8a3a47ed6693d36c9f2536df8a8.tar.gz otp-d4530aae03e1b8a3a47ed6693d36c9f2536df8a8.tar.bz2 otp-d4530aae03e1b8a3a47ed6693d36c9f2536df8a8.zip |
Fix broken doc links
Diffstat (limited to 'lib/diameter')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 2 | ||||
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 14 | ||||
-rw-r--r-- | lib/diameter/doc/src/seealso.ent | 1 |
3 files changed, 10 insertions, 7 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index b47ca56b10..bc42b75c7a 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -697,7 +697,7 @@ Can be any <c>&capability;</c> as well as the following.</p> Defines a Diameter application supported by the service.</p> <p> -A service must configure one &application; for each Diameter +A service must configure one tuple for each Diameter application it intends to support. For an outgoing Diameter request, the relevant <c>&application_alias;</c> is passed to &call;, while for an diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index e57958ac09..aad86b966b 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -1,11 +1,17 @@ <?xml version="1.0" encoding="latin1" ?> -<!DOCTYPE chapter SYSTEM "chapter.dtd"> +<!DOCTYPE chapter SYSTEM "chapter.dtd" [ + <!ENTITY % also SYSTEM "seealso.ent" > + <!ENTITY % here SYSTEM "seehere.ent" > + %also; + %here; +]> <chapter> <header> <copyright> <year>2011</year> +<year>2012</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -395,8 +401,7 @@ Known issues or limitations:</p> Some agent-related functionality is not entirely complete. In particular, support for proxy agents, that advertise specific Diameter applications but otherwise relay messages in much the same -way as relay agents (for which a <seealso -marker="diameter_app#handle_request">handle_request/3</seealso> +way as relay agents (for which a &handle_request; callback can return a <c>relay</c> tuple), will be completed in an upcoming release. There may also be more explicit support for redirect agents, although @@ -428,8 +433,7 @@ could likely be expanded upon.</p> <item> <p> -The function <seealso -marker="diameter#service_info">diameter:service_info/2</seealso> +The function &service_info; can be used to retrieve information about a started service (statistics, information about connected peers, etc) but this is not yet documented and both the input and output may change diff --git a/lib/diameter/doc/src/seealso.ent b/lib/diameter/doc/src/seealso.ent index a0143fd6d6..6f67630220 100644 --- a/lib/diameter/doc/src/seealso.ent +++ b/lib/diameter/doc/src/seealso.ent @@ -57,7 +57,6 @@ significant. <!ENTITY mod_transport_opt '<seealso marker="diameter#transport_opt">diameter:transport_opt()</seealso>'> <!ENTITY mod_transport_ref '<seealso marker="diameter#transport_ref">diameter:transport_ref()</seealso>'> -<!ENTITY application '<seealso marker="#application">application</seealso>'> <!ENTITY capabilities_cb '<seealso marker="#capabilities_cb">capabilities_cb</seealso>'> <!ENTITY capx_timeout '<seealso marker="#capx_timeout">capx_timeout</seealso>'> <!ENTITY disconnect_cb '<seealso marker="#disconnect_cb">disconnect_cb</seealso>'> |