From df2fc92227edaacf9f67a9439f9fce1058dc52ee Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Tue, 25 Apr 2023 13:34:23 +0200 Subject: Observer fixup since tag in doc --- lib/observer/doc/src/observer.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/observer/doc/src/observer.xml b/lib/observer/doc/src/observer.xml index 7454d46c9a..9185c4be0d 100644 --- a/lib/observer/doc/src/observer.xml +++ b/lib/observer/doc/src/observer.xml @@ -58,14 +58,14 @@ - start(Node) -> ok + start(Node) -> ok Start the Observer GUI connected against Node.

Starts the Observer GUI and tries to connect it to Node.

- start_and_wait() -> ok + start_and_wait() -> ok Start the Observer GUI blocking.

Starts the Observer GUI and only return when it is either stopped or @@ -73,7 +73,7 @@ - start_and_wait(Node) -> ok + start_and_wait(Node) -> ok Start the Observer GUI blocking and connect it to Node.

Starts the Observer GUI and only return when it is either stopped or @@ -83,7 +83,7 @@ - stop() -> ok + stop() -> ok Stop the Observer GUI.

Stops the Observer GUI.

-- cgit v1.2.1