From ac7532d16e3f9b3776a85d5473dffbc1cab067b0 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Wed, 6 Dec 2023 17:47:14 -0500 Subject: [PATCH] Document existence of header --- docs/source/API/core/utilities/printf.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/API/core/utilities/printf.rst b/docs/source/API/core/utilities/printf.rst index 66a4f33c5..7963aed4e 100644 --- a/docs/source/API/core/utilities/printf.rst +++ b/docs/source/API/core/utilities/printf.rst @@ -4,7 +4,11 @@ .. role:: cppkokkos(code) :language: cppkokkos -Defined in header ```` +.. _KokkosPrintf: https://github.com/kokkos/kokkos/blob/4.2.00/core/src/Kokkos_Printf.hpp + +.. |KokkosPrintf| replace:: ```` + +Defined in header |KokkosPrintf|_ which is included from ```` .. code-block:: cpp