From febfe74f6a32c04756c2c12de53136e75f813e3b Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Fri, 16 Nov 2012 03:48:41 +0100 Subject: Remove superfluous function markers --- lib/diameter/doc/src/diameter.ent | 58 +++++++++++++++++------------------ lib/diameter/doc/src/diameter.xml | 15 +-------- lib/diameter/doc/src/diameter_app.xml | 7 ----- 3 files changed, 30 insertions(+), 50 deletions(-) (limited to 'lib/diameter/doc') diff --git a/lib/diameter/doc/src/diameter.ent b/lib/diameter/doc/src/diameter.ent index 81f1b01239..fbfbe817a9 100644 --- a/lib/diameter/doc/src/diameter.ent +++ b/lib/diameter/doc/src/diameter.ent @@ -23,23 +23,23 @@ add_transport/2'> + 'add_transport/2'> call/4'> + 'call/4'> origin_state_id/0'> + 'origin_state_id/0'> remove_transport/2'> + 'remove_transport/2'> service_info/2'> + 'service_info/2'> services/0'> + 'services/0'> diameter:start_service/2'> + 'start_service/2'> stop_service/1'> + 'stop_service/1'> subscribe/1'> + 'subscribe/1'> application_alias()'> @@ -84,13 +84,13 @@ 'watchdog_timer'> diameter:add_transport/2'> + 'diameter:add_transport/2'> diameter:call/4'> + 'diameter:call/4'> diameter:remove_transport/2'> + 'diameter:remove_transport/2'> diameter:start_service/2'> + 'diameter:start_service/2'> diameter:call_opt()'> @@ -108,21 +108,21 @@ handle_answer/4'> + 'handle_answer/4'> handle_request/3'> + 'handle_request/3'> handle_error/4'> + 'handle_error/4'> peer_down/3'> + 'peer_down/3'> peer_up/3'> + 'peer_up/3'> pick_peer/4'> + 'pick_peer/4'> prepare_retransmit/3'> + 'prepare_retransmit/3'> prepare_request/3'> + 'prepare_request/3'> capabilities()'> @@ -138,19 +138,19 @@ 'state()'> handle_answer/4'> + 'handle_answer/4'> handle_request/3'> + 'handle_request/3'> handle_error/4'> + 'handle_error/4'> peer_up/3'> + 'peer_up/3'> pick_peer/4'> + 'pick_peer/4'> prepare_retransmit/3'> + 'prepare_retransmit/3'> prepare_request/3'> + 'prepare_request/3'> diameter_app:message()'> @@ -182,7 +182,7 @@ start/3'> + 'start/3'> diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 0392bd9bb7..2a2fff86a9 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -528,7 +528,7 @@ connectivity.

Note that a single up/down event for a given peer corresponds to one -peer_up/peer_down +peer_up/peer_down callback for each of the Diameter applications negotiated during capablilities exchange. That is, the event communicates connectivity with the @@ -1063,7 +1063,6 @@ identifies the configuration.

- @@ -1113,7 +1112,6 @@ been configured: a service can be started after configuring its transports.

- @@ -1220,7 +1218,6 @@ Note that {error,encode} is the only return value which guarantees that the request has not been sent over the transport connection.

- @@ -1239,7 +1236,6 @@ The value returned is the number of seconds since 19680120T031408Z, the first value that can be encoded as a Diameter &dict_Time;, at the time the diameter application was started.

- @@ -1287,7 +1283,6 @@ Whether or not a DPR message is sent to a peer is controlled by value of &disconnect_cb; configured on the transport.

- @@ -1590,7 +1585,6 @@ For example:

- @@ -1606,7 +1600,6 @@ For example:

Return the list of started services.

- @@ -1627,7 +1620,6 @@ The value has the form required by section 8.8 of RFC 3588. Ident should be the Origin-Host of the peer from which the message containing the returned value will be sent.

- @@ -1644,7 +1636,6 @@ The diameter application must be started before starting a service. In a production system this is typically accomplished by a boot file, not by calling start/0 explicitly.

- @@ -1675,7 +1666,6 @@ capabilities and restrict its supported Diameter applications so necessarily the case.

- @@ -1690,7 +1680,6 @@ Stop the diameter application.

- @@ -1718,7 +1707,6 @@ Stopping a service does not remove any associated transports: be called to remove transport configuration.

- @@ -1741,7 +1729,6 @@ that does not yet exist. Doing so before adding transports is required to guarantee the reception of all related events.

- diff --git a/lib/diameter/doc/src/diameter_app.xml b/lib/diameter/doc/src/diameter_app.xml index c0aa2518af..826b28aaac 100644 --- a/lib/diameter/doc/src/diameter_app.xml +++ b/lib/diameter/doc/src/diameter_app.xml @@ -234,7 +234,6 @@ requests are received: &handle_request; callbacks must be handled independently of &peer_up; and &peer_down;.

- @@ -254,7 +253,6 @@ In particular, that the RFC 3539 watchdog state machine for the connection has left state OKAY and the peer will no longer be a candidate in &pick_peer; callbacks.

- @@ -324,7 +322,6 @@ value returned by a &peer_up; or &peer_down; callback.

- @@ -378,7 +375,6 @@ callback has taken place to return {error, Reason}. Returning discard is equivalent to returning {discard, discarded}.

- @@ -409,7 +405,6 @@ take place with Reason as initial argument. Returning discard is equivalent to returning {discard, discarded}.

- @@ -454,7 +449,6 @@ case. The &mod_application_opt; answer_errors can be set to change this behaviour.

- @@ -483,7 +477,6 @@ that the transport connection to the peer to which the request has been sent has become unavailable and that not alternate peer was not selected.

- -- cgit v1.2.3