From 5474c3c3a5d334f58b9f04591ac08d4474f67a27 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 Apr 2026 10:30:46 +0200 Subject: [PATCH] doc: add running.dox --- doc/dox/internals/latency.dox | 2 +- doc/meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dox/internals/latency.dox b/doc/dox/internals/latency.dox index 0ff2cbe95..efc2b4c8b 100644 --- a/doc/dox/internals/latency.dox +++ b/doc/dox/internals/latency.dox @@ -103,7 +103,7 @@ down and upstream. # Async nodes When a node has the node.async property set to true, it will be considered an async -node and will be scheduled differently, see scheduling.dox. +node and will be scheduled differently, see \ref page_scheduling . A link between a port of an async node and another port (async or not) is called an async link and will have the link.async=true property. diff --git a/doc/meson.build b/doc/meson.build index f4aa4ba6a..d014d227d 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -67,6 +67,7 @@ extra_docs = [ 'dox/internals/session-manager.dox', 'dox/internals/objects.dox', 'dox/internals/audio.dox', + 'dox/internals/running.dox', 'dox/internals/scheduling.dox', 'dox/internals/driver.dox', 'dox/internals/protocol.dox',