From 06efb7158579d15d408c5a9b354e2446431e9360 Mon Sep 17 00:00:00 2001 From: cianciosa Date: Mon, 16 Feb 2026 12:59:54 -0500 Subject: [PATCH] Fix doxygen header label. --- graph_docs/discription.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph_docs/discription.dox b/graph_docs/discription.dox index b5017a1..1f48961 100644 --- a/graph_docs/discription.dox +++ b/graph_docs/discription.dox @@ -75,7 +75,7 @@ auto dydmx = y->df(0.5*x); @endcode * In this case, the result will be @f$\frac{\partial y}{\partial 0.5*x}=1.0@f$ * - * @subsection discription_workflows + * @subsection discription_workflows Workflows * A @ref workflow::manager is responsible for compiling device kernels, and * running them in order. One @ref workflow::manager is created for each device * or thread. The user is responsible for creating threads. Each kernel is -- GitLab