doc: swap two @ doxygen tags for the backslash ones

This commit is contained in:
Peter Hutterer 2021-09-06 10:47:56 +10:00 committed by Wim Taymans
parent 08be841a9e
commit 83ed6e0be3
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ invokes that same method on the remote side. Marshalling and de-marshalling is
handled transparently by the \ref page_module_protocol_native. handled transparently by the \ref page_module_protocol_native.
The below graph illustrates this approach: The below graph illustrates this approach:
@dot \dot
digraph API { digraph API {
compound=true; compound=true;
node [shape="box"]; node [shape="box"];
@ -46,7 +46,7 @@ digraph API {
obj_node -> impl_node; obj_node -> impl_node;
} }
@enddot \enddot
It is common for clients to use both the Core API and the Implementation API It is common for clients to use both the Core API and the Implementation API
and both APIs are provided by the same library. and both APIs are provided by the same library.

View file

@ -10,7 +10,7 @@ PipeWire socket (default: `$XDG_RUNTIME_DIR/pipewire-0`). This approach
provides provides address-space separation between the privileged daemon and provides provides address-space separation between the privileged daemon and
non-privileged clients. non-privileged clients.
@dot \dot
digraph pw { digraph pw {
compound=true; compound=true;
node [shape="box"]; node [shape="box"];
@ -46,7 +46,7 @@ digraph pw {
sm -> socket; sm -> socket;
alsa -> kernel; alsa -> kernel;
} }
@enddot \enddot
As shown above, the protocol is handled by the \ref As shown above, the protocol is handled by the \ref
page_module_protocol_native. From PipeWire's point-of-view this module is just page_module_protocol_native. From PipeWire's point-of-view this module is just